peon/src
Mattia Giambirtone d3b9418fea Added some missing files 2022-06-14 22:45:41 +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 Initial work on generics and fixed bugs in the parser with stropped operator names 2022-06-14 22:45:32 +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