bug fix and renamed file builtin object to files

This commit is contained in:
cozis
2022-03-12 23:52:04 +01:00
parent af089fb81f
commit 6017f99b07
7 changed files with 20 additions and 15 deletions
-2
View File
@@ -44,8 +44,6 @@ static void print_error(const char *type, Error *error)
static Executable *build(Source *src)
{
// Compile the code. This section transforms
// a [Source] into an [Executable].
Executable *exe;
// Create a bump-pointer allocator to hold the AST.