Written in C# interpreted programing language created for educational purpose and to show the power of simplicity. This language contains almost no error handling and has odd parsing so please don't take this project seriously.
Make sure you have .net 9 installed.
git clone https://github.com/BiznesBear/UghLang
cd UghLang
dotnet build
ughlang master.ugh
--debug
(enters debug mode)--version
(prints version)--info
or--help
(displays info about the language)--nowarns
(disables warnings)--noexe
(prevents AST from being loaded and executed)