Max Base
Max Base
> When will release? Hey @snaulX, Thank for your message. We was busy to write the book of this programming language. Is required for programmers, developers. We has a plan...
Hi Ruslan; We are happy you to join our team and be with us. It will be great if you accept our invite to join this org even if you...
Dear ismael suggest a c library for unit testing. https://github.com/ThrowTheSwitch/Unity cc https://github.com/One-Language/One/issues/55
Thank you Kotbi. @abdorah Yeah, auto testing (unit-test, ...) is necessary for this project. > http://www.throwtheswitch.org/unity Yes, it's a good library, which I have no problem with. These are the...
Now I see your fork. It's good, you moved the test file to another directory. :+1: arg-test is also a good idea. You can pass fake argc,argv parameters and compare...
Thank you. Send your PR when it's ready. On Sun, Jun 6, 2021, 6:31 AM Kotbi Abderrahmane ***@***.***> wrote: > Thank you @BaseMax ! > I took into consideration the...
John, can you explain where you got that text? > CodeQL Completed in 4s — 1 analysis not found. We not have that in the project.
https://securitylab.github.com/tools/codeql/
``` // not required - default: package main fn test { _ 1 _ 2, 4, 6, 8 _ 5+8 _ (2 + 15 * ( 25 - 13 )...
``` i32 main { ret 10 } ```