GitHub repository has been opened, and now the code editor has syntax highlighting! I’m using TreeSitter with a C# wrapper to parse the JS syntax and Jint to run it with custom functions. Logging output is working (printing both logs and errors)
GitHub repository has been opened, and now the code editor has syntax highlighting! I’m using TreeSitter with a C# wrapper to parse the JS syntax and Jint to run it with custom functions. Logging output is working (printing both logs and errors)
Working on a tiny game project where player is tasked with creating modules for an operating system. Each level is a new module that has to be written, each increasing in complexity. Work from previous modules can be used when writing new ones.