peon/src/frontend/meta
Mattia Giambirtone 3f5f514259 Fixed some issued with scoping and globals 2022-07-09 13:36:29 +02:00
..
ast.nim Fixed some issued with scoping and globals 2022-07-09 13:36:29 +02:00
bytecode.nim Simplified calling convention, added for PeonObject, added some comments, fixed bug with StoreVar in stack frames, fixed issues with functions assigned to variables, changed the way closures are emitted so that empty jumps are no longer needed 2022-07-09 12:47:53 +02:00
errors.nim Initial work on call resolution, added support for running files 2022-05-22 13:02:57 +02:00
token.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