You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incantation is an enthusiastic scripting language that mostly follows javascript(ECMAscript) language rules and can be embeded in a C++ program. This repo is the front-end (Lexer-Parser) of the project.
Incantation is an enthusiastic scripting language that mostly follows javascript(ECMAscript) language rules and can be embeded in a C++ program. This repo is the front-end (Lexer-Parser) of the project.
The project is written in C++17.
About
Incantation is an enthusiastic scripting language that mostly follows javascript(ECMAscript) language rules and can be embeded in a C++ program. This repo is the front-end (Lexer-Parser) of the project.