mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-06 06:58:45 +00:00
9 lines
180 B
Markdown
9 lines
180 B
Markdown
# lang-interpreter
|
|
|
|
Build steps:
|
|
|
|
- clone submodules
|
|
- cd lang-parser/ && tree-sitter generate
|
|
- mkdir build && cd build/ && cmake .. && make
|
|
|
|
**lang_interpreter** is interpreter
|