peon/src
Mattia Giambirtone 6f60f76270 More fixes for assigning builtin functions to variables 2022-06-14 23:34:42 +02:00
..
backend Added built-in operators as a single instruction (src/peon/stdlib/arithmetics.pn is now fully functional) 2022-06-14 18:10:13 +02:00
frontend More fixes for assigning builtin functions to variables 2022-06-14 23:34:42 +02:00
memory Added Makefile, prettyfied code, initial work on pragmas 2022-05-18 13:32:32 +02:00
peon/stdlib Added built-in operators as a single instruction (src/peon/stdlib/arithmetics.pn is now fully functional) 2022-06-14 18:10:13 +02:00
util Initial work on pragma handling (+ some parser fixes). Changed the way the lexer handles indentation and made tabs illegal. Added instructions for some operations on primitive types, removed file argument from serializer 2022-06-14 12:12:56 +02:00
config.nim Initial work on closures (again?) 2022-06-13 17:28:05 +02:00
main.nim Initial work on pragma handling (+ some parser fixes). Changed the way the lexer handles indentation and made tabs illegal. Added instructions for some operations on primitive types, removed file argument from serializer 2022-06-14 12:12:56 +02:00
peon.nim Added some missing files 2022-06-14 22:45:41 +02:00