All Projects → Llvm Guide Zh → Similar Projects or Alternatives

1056 Open source projects that are alternatives of or similar to Llvm Guide Zh

Cppinsights
C++ Insights - See your source code with the eyes of a compiler
Stars: ✭ 1,382 (+667.78%)
Mutual labels:  llvm, ast
Flax
general purpose programming language, in the vein of C++
Stars: ✭ 111 (-38.33%)
Mutual labels:  compiler, llvm
Compile To Web
Discover what languages can be compiled to Web Assembly
Stars: ✭ 164 (-8.89%)
Mutual labels:  compiler, llvm
Parser
A lexer and parser for GraphQL in .NET
Stars: ✭ 163 (-9.44%)
Mutual labels:  ast
Swc
swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
Stars: ✭ 18,627 (+10248.33%)
Mutual labels:  compiler
Nativejsx
JSX to native DOM API transpilation. 💛 <div> ⟹ document.createElement('div')!
Stars: ✭ 145 (-19.44%)
Mutual labels:  ast
Libpypa
libpypa is a Python parser implemented in pure C++
Stars: ✭ 172 (-4.44%)
Mutual labels:  ast
One
On-device Neural Engine
Stars: ✭ 162 (-10%)
Mutual labels:  compiler
Glsl
GLSL parser for Rust
Stars: ✭ 145 (-19.44%)
Mutual labels:  compiler
Tasmocompiler
Web GUI for custom Tasmota compilation
Stars: ✭ 143 (-20.56%)
Mutual labels:  compiler
Elena Lang
ELENA is a general-purpose language with late binding. It is multi-paradigm, combining features of functional and object-oriented programming. Rich set of tools are provided to deal with message dispatching : multi-methods, message qualifying, generic message handlers, run-time interfaces
Stars: ✭ 161 (-10.56%)
Mutual labels:  compiler
Beef
Beef Programming Language
Stars: ✭ 1,877 (+942.78%)
Mutual labels:  compiler
Shaderc Rs
Rust bindings for the shaderc library.
Stars: ✭ 143 (-20.56%)
Mutual labels:  compiler
Webassembly Examples
From Simple To Complex. A complete collection of webassembly examples.
Stars: ✭ 177 (-1.67%)
Mutual labels:  llvm
Retext
natural language processor powered by plugins part of the @unifiedjs collective
Stars: ✭ 2,119 (+1077.22%)
Mutual labels:  ast
Json To Ast
JSON AST parser
Stars: ✭ 161 (-10.56%)
Mutual labels:  ast
Babygo
Go compiler made from scratch, which can compile itself. It's going to be the smallest and simplest go compiler in the world.
Stars: ✭ 143 (-20.56%)
Mutual labels:  compiler
Sim C
A dynamically typed high-level front end for C
Stars: ✭ 145 (-19.44%)
Mutual labels:  compiler
React Ast
render abstract syntax trees with react
Stars: ✭ 160 (-11.11%)
Mutual labels:  ast
Down
Blazing fast Markdown / CommonMark rendering in Swift, built upon cmark.
Stars: ✭ 1,895 (+952.78%)
Mutual labels:  ast
Crab Llvm
Static Analyzer for LLVM bitcode based on Abstract Interpretation
Stars: ✭ 143 (-20.56%)
Mutual labels:  llvm
Lexical syntax analysis
编译原理词法分析器&语法分析器LR(1)实现 C++
Stars: ✭ 173 (-3.89%)
Mutual labels:  compiler
Cling
The cling C++ interpreter
Stars: ✭ 2,322 (+1190%)
Mutual labels:  llvm
Lawvere
A categorical programming language with effects
Stars: ✭ 142 (-21.11%)
Mutual labels:  compiler
Js Sql Parser
SQL(select) parser written with jison. parse SQL into abstract syntax tree(AST) and stringify back to SQL. sql grammar follows https://dev.mysql.com/doc/refman/5.7/en/select.html
Stars: ✭ 141 (-21.67%)
Mutual labels:  ast
Emacs Cl
Common Lisp implemented in Emacs Lisp.
Stars: ✭ 140 (-22.22%)
Mutual labels:  compiler
Clang Llvm Tutorial
clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analysis, LLVM Backend...
Stars: ✭ 139 (-22.78%)
Mutual labels:  llvm
Go.vm
A simple virtual machine - compiler & interpreter - written in golang
Stars: ✭ 178 (-1.11%)
Mutual labels:  compiler
Command Block Assembly
Compile high-level code into Minecraft commands
Stars: ✭ 175 (-2.78%)
Mutual labels:  compiler
Corewar
A reproduction of the Core War game. Assembly compiler, Virtual Machine and GUI.
Stars: ✭ 173 (-3.89%)
Mutual labels:  compiler
Bytecode Viewer
A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
Stars: ✭ 12,606 (+6903.33%)
Mutual labels:  compiler
Lowfat
Lean C/C++ Bounds Checking with Low-Fat Pointers
Stars: ✭ 139 (-22.78%)
Mutual labels:  llvm
R9cc
Toy C compiler
Stars: ✭ 139 (-22.78%)
Mutual labels:  compiler
Piranha
A tool for refactoring code related to feature flag APIs
Stars: ✭ 1,840 (+922.22%)
Mutual labels:  ast
English Script
🖊 English as a programming language
Stars: ✭ 136 (-24.44%)
Mutual labels:  compiler
Xl
A minimalist, general-purpose programming language based on meta-programming and parse tree rewrites
Stars: ✭ 171 (-5%)
Mutual labels:  compiler
Eval
Eval is a lightweight interpreter framework written in Swift, evaluating expressions at runtime
Stars: ✭ 157 (-12.78%)
Mutual labels:  compiler
Prance
Resolving Swagger/OpenAPI 2.0 and 3.0 Parser
Stars: ✭ 133 (-26.11%)
Mutual labels:  compiler
Ml
sourced.ml is a library and command line tools to build and apply machine learning models on top of Universal Abstract Syntax Trees
Stars: ✭ 136 (-24.44%)
Mutual labels:  ast
C
Compile and execute C "scripts" in one go!
Stars: ✭ 1,920 (+966.67%)
Mutual labels:  compiler
Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
Stars: ✭ 12,270 (+6716.67%)
Mutual labels:  compiler
Tendra
The TenDRA Project
Stars: ✭ 134 (-25.56%)
Mutual labels:  compiler
Participle
A parser library for Go
Stars: ✭ 2,302 (+1178.89%)
Mutual labels:  ast
Poprc
A Compiler for the Popr Language
Stars: ✭ 170 (-5.56%)
Mutual labels:  compiler
Lbac Swift
Let's Build a Compiler by Jack Crenshaw translated to Swift Playgrounds
Stars: ✭ 156 (-13.33%)
Mutual labels:  compiler
Expr
Expression language for Go
Stars: ✭ 2,123 (+1079.44%)
Mutual labels:  ast
Rewrite
Semantic code search and transformation
Stars: ✭ 134 (-25.56%)
Mutual labels:  ast
Llvm
Fork of the LLVM Compiler Infrastructure
Stars: ✭ 155 (-13.89%)
Mutual labels:  llvm
Koto
A simple, expressive, embeddable programming language, made with Rust
Stars: ✭ 134 (-25.56%)
Mutual labels:  compiler
Lesscpy
Python LESS compiler
Stars: ✭ 133 (-26.11%)
Mutual labels:  compiler
Shellvm
A collection of LLVM transform and analysis passes to write shellcode in regular C
Stars: ✭ 170 (-5.56%)
Mutual labels:  llvm
Cs2cpp
C# to C++ transpiler (Cs2Cpp) (Powered by Roslyn)
Stars: ✭ 155 (-13.89%)
Mutual labels:  compiler
Accelerate Llvm
LLVM backend for Accelerate
Stars: ✭ 134 (-25.56%)
Mutual labels:  llvm
Hivemind
a multi-syntax language
Stars: ✭ 133 (-26.11%)
Mutual labels:  compiler
Babylon
PSA: moved into babel/babel as @babel/parser -->
Stars: ✭ 1,692 (+840%)
Mutual labels:  ast
Potigol
Linguagem Potigol - Linguagem de programação funcional moderna para iniciantes - A Functional Programming Language for Beginners
Stars: ✭ 179 (-0.56%)
Mutual labels:  compiler
C3c
Compiler for the C3 language
Stars: ✭ 178 (-1.11%)
Mutual labels:  compiler
Solang
First fully featured programming language for Stack Overflow Driven Development
Stars: ✭ 133 (-26.11%)
Mutual labels:  compiler
Redacted Compiler Plugin
A Kotlin compiler plugin that generates redacted toString() implementations.
Stars: ✭ 168 (-6.67%)
Mutual labels:  compiler
Reshade
A generic post-processing injector for games and video software.
Stars: ✭ 2,285 (+1169.44%)
Mutual labels:  compiler
61-120 of 1056 similar projects