Releases: infant-lang/interpreter
Releases · infant-lang/interpreter
Infant Lang v1.0.3 for amd64 Windows PCs
Thanks for trying out Infant Lang! 😁🥳🎉
- The Embedded Zip folder
infant.zip
will contain the executable to run Infant Lang!
Installation Steps📦🔽
The Executable is available only for amd64 Windows Systems.
For installation instructions, visit Infant Lang Docs
Change Log:
- Added new function that checks for parsing error
- Debug your Infant Script more easily for the interpreter now prints an error message if parsing error occurs which was not previously available
- Optimized Grammar matching error handling
- Feature request of
Sandbox
API
Infant Lang v1.0.2 for amd64 Windows PCs
Thanks for trying out Infant Lang! 😁🥳🎉
- The Embedded Zip folder
infant.zip
will contain the executable to run Infant Lang!
Installation Steps📦🔽
The Executable is available only for amd64 Windows Systems.
Visit Infant Lang Docs for installation instructions.
Change Log:
- Utility function will save it to global message variables.
- Utility function can no longer print to the
stdout
. - Added support for the
sandbox
API - Lexer now supports
#
as comments - Optimized handling of Tokenization Error by the Lexer
Infant Lang Interpreter for amd64 Windows PCs
Thanks for trying out Infant Lang! 😁🥳🎉
- The Embedded Zip folder
infant.zip
will contain the executable to run Infant Lang!
Installation Steps📦🔽
The Executable is available only for amd64 Windows Systems.
- Download the zip file from the Releases page.
- Unzip the file
- Open Run and Type
%USERPROFILE%
and pressOK
- Create a folder
bin
if not already created. - Extract the executable to the
bin
folder. - Open Command Prompt and type the following command:
setx INFANT_HOME "%USERPROFILE%\bin\infant"
setx PATH "%INFANT_HOME%;%PATH%"
- Close the Command Prompt.
- Open a new Command Prompt and type
infant -v
orinfant --version
to check if the installation was successful. - Now pass any file ending with
.infant
to the executable. - Eg: In the Command Prompt type
infant hello.infant