Lex S-Expressions C++
I’m trying to build a high-performance, S-Expression based, C++/LLVM compiled DSL. I’ve written a small lexer for it, but I’m getting an infinite loop for all test cases I try without errors (which are caught and handled fine). What could the reason be?