fccf: A command-line tool that quickly searches through C/C++ source code in a directory based on a search string and prints relevant code snippets that match the query.
-
Updated
Oct 23, 2024 - C++
fccf: A command-line tool that quickly searches through C/C++ source code in a directory based on a search string and prints relevant code snippets that match the query.
Translates an R function into a to a C++ function which is callable from within R. The typical use case intended by 'ast2ast' are functions describing ode-systems.
A Python interpreter built from scratch in C++
Experiments with `libclang`
C++17 implementation of an AST for Verilog code generation
C11 parser with GNU C extensions written in C++14
Statically‑typed, block‑structured programming language
Conveniently explore the Clang abstract syntax tree
110-01 NCU CE3006 Compiler
End-to-end compiler for MiniPascal, a simplified Pascal language. Built with C++, Flex, and Bison, it parses, semantically analyzes, and generates assembly for a custom stack-based VM.
The minimum viable programming language
Powder is my attempt to program a scripting language that compiles down to byte codes that are interpreted and executed by a virtual machine. The language itself is a cross between C and Python, with a few unique syntax features.
Assert programming language
Embed Lisp Everywhere! 🐲
Simple CLI Calculator Project
C++编写的简单脚本语言
一条龙打通从词法分析、语法分析、解释执行、代码生成到模拟执行的整个流程。
An interpreter built from scratch in C++ for the new programming language Syringa
一个 C 语言编译器和虚拟机,支持除结构体以外的语法,支持字节码导出和直接运行字节码,内建I/O函数,包含了词法分析、语法分析、构建 AST、类型推导和检查、错误检查、错误信息输出、字节码生成、虚拟机执行等多个模块。
Add a description, image, and links to the abstract-syntax-tree topic page so that developers can more easily learn about it.
To associate your repository with the abstract-syntax-tree topic, visit your repo's landing page and select "manage topics."