gabriele-tomassetti / antlr-cppLinks
This is the companion repository of the article "Getting started with ANTLR in C++"
☆70Updated last year
Alternatives and similar repositories for antlr-cpp
Users that are interested in antlr-cpp are comparing it to the libraries listed below
Sorting:
- LALR(1) parser for C++☆79Updated 11 months ago
- A tiny PL/0 JIT compiler in less than 900 LOC with LLVM and PEG parser.☆29Updated 2 years ago
- bnflite is a C++ template library for lightweight grammar parsers (BNF can be "executable"! )☆77Updated 2 years ago
- simple word count example using flex/bison parser☆140Updated last year
- C++ target for ANTLR 4, including templates and runtime☆79Updated 10 years ago
- 💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and conte…☆250Updated 4 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- Reflection utilities and examples built on top of C++ reflection TS implementation.☆115Updated 2 years ago
- Example of Antlr4 C++ Target☆40Updated 5 years ago
- Companion Repository for the Lecture Slides for the Clang Libraries☆100Updated 3 months ago
- A library to parse C/C++ source as AST☆350Updated 5 months ago
- A base repository for a project taht includes antlr4's C++ target as an external dependency☆31Updated 2 years ago
- a list of flex/bison examples to show reentrant/C++/error-handling☆67Updated last year
- Writing a minimal x86-64 JIT compiler in C++☆103Updated 7 years ago
- Code Analysis and Refactoring with Clang Tools☆123Updated 4 years ago
- A C++ template for Bison / Flex projects☆36Updated 2 years ago
- C++20 Coroutine-Based Synchronous Parser Combinator Library☆54Updated 3 years ago
- A mini ABI capable of handling throw/catch statements for C++ without libstdc++☆166Updated last year
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆157Updated 7 years ago
- Simple and powerful standalone project for clang-based tools using libtooling (e.g. refactoring, auto-completion, etc.)☆50Updated last year
- An example LLVM-based compiler for a subset of C.☆29Updated 5 years ago
- Evaluate mathematical expressions using Boost.Spirit☆31Updated 2 years ago
- C/C++ source generation from an AST☆164Updated last week
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆30Updated 11 years ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆257Updated 2 years ago
- Header only library that parses and plans SQL queries at compile time☆142Updated 5 years ago
- A micro microbenchmarking library for C++11 in a single header file☆219Updated 2 months ago
- Mathematical Expression Parser and JIT Compiler☆144Updated last week
- Hyperlinked C++ BNF Grammar☆42Updated 3 years ago
- Example of C Compiler using JIT Engine of Clang.☆29Updated 5 years ago