Natural++ VS Code ExtensionOfficial language support for Natural++, the modern, English-like compiler built to replace cryptical C++ syntax! Features
UsageCreate a new file with the `.npp` or `.natural` extension and start coding in pure English: ```natural create variable max_score equal to 100 create variable current equal to 0 while current is less than max_score do display current set current to current plus 10 end while ``` Running Natural++You can run your code natively through the Natural++ Online IDE or the compiled C++ engine natively on your system! |