diff --git a/README.md b/README.md new file mode 100644 index 0000000..1817395 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# pexl-C + +![](https://img.shields.io/badge/written%20in-C%2B%2B-blue) + +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)* diff --git a/dist-archive/pexl-0.1.7z b/dist-archive/pexl-0.1.7z new file mode 100644 index 0000000..b49dee8 Binary files /dev/null and b/dist-archive/pexl-0.1.7z differ diff --git a/doc/pexl-factorial.png b/doc/pexl-factorial.png new file mode 100644 index 0000000..be0b0a5 Binary files /dev/null and b/doc/pexl-factorial.png differ