An embeddable programming language. https://code.ivysaur.me/pexl-C
pl
This repository has been archived on 2020-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mappu 5f061d6991 commit all archived files 2011-10-30 07:15:39 +00:00
dist-archive commit all archived files 2011-10-30 07:15:39 +00:00
doc commit all archived files 2011-10-30 07:15:39 +00:00
.legacy-codesite.toml initial meta commit 2011-10-30 07:15:39 +00:00
README.md commit all archived files 2011-10-30 07:15:39 +00:00

README.md

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