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:
- Intrusive data structures for C☆60Updated 8 years ago
- Generic type-safe vector, hash map, and concurrent queue for C☆55Updated 5 years ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.