Vork
Language compiler
An interpreter and parser project implementing a programming language with a formal grammar as reference.
A V compiler and interpreter
28 stars
6 watching
3 forks
Language: Python
last commit: almost 5 years ago
Linked from 1 awesome list
interpreterlark-parserparservvlang
Related projects:
Repository | Description | Stars |
---|---|---|
delta456/monkey_v | An implementation of a programming language interpreter in V. | 38 |
cxxxr/valtan | A compiler that translates Common Lisp code into JavaScript | 238 |
tartanllama/vizh | An esoteric programming language that compiles and links image files to generate C code | 231 |
kit-ty-kate/labrys | A compiler for a toy language based on LLVM that implements the System Fω type-system | 103 |
belijzajac/wisnialang | A compiler that compiles small programs into tiny Linux binaries without requiring LLVM. | 16 |
valelang/vale | A compiler for a programming language designed to be fast, memory-safe, and easy to use | 1,787 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
paivett/gone | A compiler for a minimal programming language designed to be similar to Go. | 28 |
jaseemabid/olifant | A language targeting LLVM with the goal of building a simple compiler | 64 |
gren-lang/compiler | A compiler that translates code written in Gren into machine code or another target language. | 391 |
azur1s/holymer | A programming language being developed with Rust, aiming to implement compiler and interpreter components. | 42 |
sam46/paskell | A compiler that translates Pascal source code into LLVM IR and can be executed directly or used to generate native machine code. | 126 |
travisdoor/bl | A C-based language development project with features like strong typing, compile-time execution, and support for multiple platforms. | 182 |
syegulalp/akilang | An experimental compiler and language implementation built on top of LLVM and Python. | 99 |
mrsmith33/vox | A compiler for a scripting language with features like AOT and JIT compilation, inspired by D, Jai, and Zig. | 344 |