A statically typed, compiled programming language. https://code.ivysaur.me/pexl-D
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 83279df8d1 commit all archived files 2015-06-07 02:34:05 +00:00
dist-archive commit all archived files 2015-06-07 02:34:05 +00:00
doc commit all archived files 2015-06-07 02:34:05 +00:00
.legacy-codesite.toml initial meta commit 2015-06-07 02:34:05 +00:00
README.md commit all archived files 2015-06-07 02:34:05 +00:00

README.md

pexl-D

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