Peon is a modern, multi-paradigm, async-first programming language with a focus on correctness and speed
Go to file
Mattia Giambirtone c7500f610e Renamed all infer* functions to inferType, minor changes to signatures of declaration() and statement() 2022-05-04 14:27:15 +02:00
src Renamed all infer* functions to inferType, minor changes to signatures of declaration() and statement() 2022-05-04 14:27:15 +02:00
.gitignore Updated .gitignore to ignore .pbc files 2022-04-26 16:22:46 +02:00
LICENSE Initial commit from JAPL with some changes 2022-04-04 12:29:23 +02:00
README.md Added notes to README, minor changes to lexer and test file 2022-04-07 11:51:36 +02:00

README.md

peon

Peon is a simple, functional, async-first programming language with a focus on correctness and speed

Disclaimer

Currently the majority of this code comes from japl and is being adapted to the new paradigm and type system. Nothing really works yet