Ayuka

Results 7 issues of Ayuka

This can be reproduced by adding an emoji to a string and then removing it, sometimes removing isn't necessary for it to cause issues. I can provide more info if...

bug

The explanation for how to load individual modules uses duplicate example code from how to load modules from a parent, this changes that to use the `AddModule` function and an...

`from "lunarc.ast" import * as AST` does not work, however `from "lunarc.ast.init" import * as AST` does.

bug

`./lib/lunar/compiler/syntax/base_parser.lua:14: attempt to index local 'token' (a nil value)` This does not stop the compiler from successfully going over other files and successfully compiling everything else.

bug
priority: medium

This rewrite is geared towards having a proper command line interface using [argparse](https://github.com/mpeterv/argparse). - Options - [x] `-p --project` A path leading to a directory containing a `.lunarconfig` file. -...

**TODO:** Not a lot of things have been properly tracked before this, so it is difficult to catch everything that has been completed thus far. Additionally, credits have not been...