of my own language in Rust.
Described in about.md
(polish, with examples)
and in documentation.md
(english, broader, but no examples)
Grammar in grammar.md
- Prepare repository and workflow
- Formalize language
- Implement lexer
- Implement parser
- Implement interpreter
-
Partynah, need to pass finals :')
- Download distribution for your OS (Windows or Linux)
- Run the interpreter through command line
./interpreter -i < source.txt
./interpterer -f source.txt
Get-Content -Path source.txt | .\interpreter.exe -i
.\interpreter.exe -f source.txt