Function calling
This commit is contained in:
@@ -7,11 +7,6 @@
|
||||
#include "types.h"
|
||||
#include "lexer.h"
|
||||
|
||||
typedef struct GroundProgram {
|
||||
GroundInstruction* instructions;
|
||||
size_t size;
|
||||
} GroundProgram;
|
||||
|
||||
// Creates a new GroundProgram
|
||||
GroundProgram createGroundProgram();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user