commit all archived files
This commit is contained in:
parent
5fb12bb944
commit
83279df8d1
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
||||
# pexl-D
|
||||
|
||||
![](https://img.shields.io/badge/written%20in-C%2B%2B%2C%20x86%20assembly%2C%20Pexl-blue)
|
||||
|
||||
A statically typed, compiled programming language.
|
||||
|
||||
A backtracking LL(0) parser emits x86 assembly for nasm. A runtime library written in raw x86 assembly provides a reference-counted object system and a string library.
|
||||
|
||||
Pexl is a high-level language, supporting first-class/higher-order functions, reference counting, and some type inference.
|
||||
|
||||
The compiler runs on Win32 and Linux to produce small (~2KB) fully contained executables (no libc dependency).
|
||||
|
||||
Tags: PL
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
- [⬇️ pexl-20150607.7z](dist-archive/pexl-20150607.7z) *(719.54 KiB)*
|
||||
- [⬇️ pexl-20130401-bin.zip](dist-archive/pexl-20130401-bin.zip) *(1.33 MiB)*
|
BIN
dist-archive/pexl-20130401-bin.zip
Normal file
BIN
dist-archive/pexl-20130401-bin.zip
Normal file
Binary file not shown.
BIN
dist-archive/pexl-20150607.7z
Normal file
BIN
dist-archive/pexl-20150607.7z
Normal file
Binary file not shown.
BIN
doc/pexl-20120908-tests-censored2.png
Normal file
BIN
doc/pexl-20120908-tests-censored2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 169 KiB |
Reference in New Issue
Block a user