como-lang-ng
como-lang-ng copied to clipboard
como-lang-ng is now ana-lang, located at https://github.com/analang/ana
Implement the `!` operator into the grammar, and implement the compilation of the operator, and also implement the opcode executor.
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...
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...