bug fix and renamed file builtin object to files
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user