This tool, written in TypeScript, will do the work of tokeniser&analyser&proofreader job. It will generate a proofreaded Cesno AST in JSON format, which could be used to generate LLVM IR.
This project may contains code that based on AI's suggestions. However, everything would be checked before it becomes code and being commited.
Currently, ChatGPT's response is used for:
- Programming suggestions
- Design suggestions
- Example in the code comment, or in readme file.