Precompiler now reads the given source file into a buffer, rather than reading char by char during parsing. This allows for more flexibility in looking forwards and backwards during expression parsing at the expense of memory. Depending on the parsing methods chosen, this may be changed back to single forward reads directly from the file.
parent
fb149cfad8
commit
58dabb6bc7
Binary file not shown.
Loading…
Reference in New Issue