Add experimental -insert-semicolon functionality to tokenizer and parser

This commit is contained in:
gingerBill
2020-11-01 15:10:06 +00:00
parent 75e8e5e06f
commit 54fbdabc38
11 changed files with 2253 additions and 42 deletions
+1 -1
View File
@@ -935,7 +935,7 @@ Small_Allocator :: struct(BUFFER_SIZE: int)
start: uintptr,
curr: uintptr,
end: uintptr,
chunk_size: int
chunk_size: int,
}
small_allocator :: proc(s: ^$S/Small_Allocator, backing := context.allocator) -> (a: Allocator) {