cesbit / libcleriLinks
Libcleri is a powerful tool to build languages. From a built language, libcleri can automatically create parse trees, which are data structures representing how a grammar matches input. It also provides feedback in case the input does not match the language. This can be useful for auto-completion, suggestions or error handling.
☆39Updated last year
Alternatives and similar repositories for libcleri
Users that are interested in libcleri are comparing it to the libraries listed below
Sorting:
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- Intrusive data structures for C☆61Updated 8 years ago
- Generic type-safe vector, hash map, and concurrent queue for C