- Clone the repository
- cd to src
$ dotnet run .
to run$ dotnet publish -c release -r <TARGET> -p:PublishSingleFile=true -p:PublishTrimmed=true -p:PublishReadyToRun=true
to build
🙈️
To Do🙉
In Progress🙊
Done
Feature | Status | Feature | Status |
---|---|---|---|
Variables | 🙊 | Int64 | 🙊 |
Functions | 🙊 | String | 🙊 |
Start from a file | 🙈️ | Collection-Array | 🙊 |
Booleans | 🙊 | Collection-Dictionary | 🙊 |
Boolean logic | 🙊 | Length function | 🙊 |
Writeline function | 🙊 | Collection Specific Functions | 🙊 |
Interpreter | 🙊 | Virtual Machine | 🙈️ |
Float | 🙊 | Macros | 🙈️ |
- Add an issue or create a pull request
Copyright © 2021 Aram Hayrapetyan
This code is licensed under the MIT License