Ryan McCullagh

Results 10 issues of Ryan McCullagh

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

Please provide directions on how to submit a removal of content request. I would like my own content removed from this website.

https://github.com/analang/ana/blob/d009b0abda81a06761c5ee5bbe2d93b0e72deac2/src/vm/builtins.c#L112

Currently, only available in reentrant mode, since it needs a scanner argument. However, I believe a `yyinteractive` macro can be implemented too. References #290