reorganized files

This commit is contained in:
Francesco Cozzuto
2021-12-01 14:43:11 +01:00
parent a7cdb0943d
commit fb9b22fa46
6 changed files with 22 additions and 22 deletions
+2
View File
@@ -14,6 +14,8 @@
* $ noja -f <file> -o <file>
*/
Object *Object_NewBuiltinsMap(Runtime *runtime, Heap *heap, Error *err);
typedef enum { RUN, HELP, PARSE, VERSION, DISASSEMBLY } Action;
typedef struct {