commit all archived files
This commit is contained in:
parent
d47856feaa
commit
5f061d6991
18
README.md
Normal file
18
README.md
Normal file
@ -0,0 +1,18 @@
|
||||
# pexl-C
|
||||
|
||||

|
||||
|
||||
An embeddable programming language.
|
||||
|
||||
A single .cpp/.h pair defines this programming language, that can be embedded into a C++ program and call back to C++ functions. It uses an LL(0) parser and walks the generated AST.
|
||||
|
||||
The language has been totally rewritten a number of times since, this project entry represents the "-C" snapshot.
|
||||
|
||||
Source code, binary, and factorial sample included in archive.
|
||||
|
||||
Tags: PL
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
- [⬇️ pexl-0.1.7z](dist-archive/pexl-0.1.7z) *(21.23 KiB)*
|
BIN
dist-archive/pexl-0.1.7z
Normal file
BIN
dist-archive/pexl-0.1.7z
Normal file
Binary file not shown.
BIN
doc/pexl-factorial.png
Normal file
BIN
doc/pexl-factorial.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
Reference in New Issue
Block a user