Jamesbarford / holyc-lang

HolyC compiler
BSD 2-Clause "Simplified" License
227 stars 10 forks source link

fix: lexer, -- and ++, create static library #16

Closed Jamesbarford closed 8 months ago

Jamesbarford commented 8 months ago

As we now compile a ~600 line header file it is a bit slower. But the conveience of not #include <> the same stuff over and over again seems worth it. As does the notion of only #include-ing a file once. If a file has already been seen it will not be lexed more than once.