como-lang-ng icon indicating copy to clipboard operation
como-lang-ng copied to clipboard

como-lang-ng is now ana-lang, located at https://github.com/analang/ana

Results 5 como-lang-ng issues
Sort by recently updated
recently updated
newest added

implement automake, etc to build the binary.

enhancement
help wanted

Implement the `!` operator into the grammar, and implement the compilation of the operator, and also implement the opcode executor.

enhancement

Write now como_compiler.c is really sloppy and includes the ast construction stage, compiling stage, and execution stage. What needs to happen is that the como_compiler.c needs to only do compiling...

enhancement

Importing the libobject source files (object.h, object.c) would provide many benefits. One drawback of using the libobject api is that custom types need to first be created in the libobject...

enhancement