14 clex - A C11 positional lexer with error reporting written in Go

github.com godoc.org goreportcard.com posted by DenzelM 2569 days ago  

Clex is a handwritten C11 positional lexer with error reporting written in Go by me. It's made to be used as a library and eventually as a standalone input into other stages. It allows the user to see exactly where an error occurred in a file by line and column with detailed error messages.

I'd love any feedback on the code. What do you think?

Register to comment or vote on this story