No description
Find a file
2024-08-11 01:23:56 +02:00
.vscode update settings 2024-08-10 23:23:55 +02:00
__pycache__ added libs 2021-04-22 20:48:52 +02:00
basic add compilation basics 2024-08-11 01:23:56 +02:00
lib added libs 2021-04-22 20:48:52 +02:00
.gitignore rm cached files 2021-03-25 18:23:17 +01:00
basic_run.py improved FileIO speed by about *100000 2021-03-29 22:37:53 +02:00
compile.lang add dummy compilation 2024-08-11 01:09:54 +02:00
deps.sh add dummy compilation 2024-08-11 01:09:54 +02:00
doc.pyns All working 2021-03-25 16:51:07 +01:00
grammar.txt All working 2021-03-25 16:51:07 +01:00
README.md Update README.md 2022-01-13 12:07:57 +01:00
shell.py add dummy compilation 2024-08-11 01:09:54 +02:00
string_with_arrows.py All working 2021-03-25 16:51:07 +01:00
test.lang Update test.lang 2022-01-14 16:03:01 +01:00
test2.lang added libs 2021-04-22 20:48:52 +02:00

lang

  • simple interpreted language
  • samples: test.lang test2.lang lib/*
  • usage:
    • pyhton3 shell.py
    • python3 shell.py --file FILENAME