cesbit / libcleri
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.
☆38Updated last year
Alternatives and similar repositories for libcleri:
Users that are interested in libcleri are comparing it to the libraries listed below
- SiriDB connector for the C programming language☆15Updated 6 years ago
- Fast and efficient data serializer for the C programming language☆12Updated 3 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆41Updated 7 years ago
- Stackless coroutine compiler for C☆46Updated 5 years ago
- Single-header, non-backtracking regular expression engine written in C89