Pinned Repositories
cfront-3
self education and historical research of the C++ compiler cfront v3
citadel
The leader in true open source email and collaboration
ljs
Lua with C/C++/Java/Javascript syntax
ljsjit
Luajit with C/C++/Java/Javascript syntax
lua-wasm-playground
A web playground with Lua interpreter compiled to wasm
parsertl-playground
A web based playground for parsertl/lexertl
picat
My unofficial picat http://picat-lang.org/ repository
plgh
Programming Languages Grammar House (BNF like grammars)
squilu
A scripting language that accepts a subset of javascript and C/C++
tinycc
My working copy of tinycc made reentrant
mingodad's Repositories
mingodad/squilu
A scripting language that accepts a subset of javascript and C/C++
mingodad/picat
My unofficial picat http://picat-lang.org/ repository
mingodad/parsertl-playground
A web based playground for parsertl/lexertl
mingodad/plgh
Programming Languages Grammar House (BNF like grammars)
mingodad/lua-wasm-playground
A web playground with Lua interpreter compiled to wasm
mingodad/cyclone
Cyclone Language Compiler fixes to build on recent operating systems
mingodad/raptorjit-ljs
Applying ljs to raptorjit
mingodad/lalr-parser-test
Testing how different LALR(1) parsers detect grammar conflicts
mingodad/CocoR-CPP
Coco/R for C++
mingodad/CG-SQL-Lua-playground
CG-SQL with Lua runtime compiled to wasm online playground
mingodad/ljs-5.4
Lua 5.4 with C/C++/Java/Javascript syntax
mingodad/awesome-wasm-langs
😎 A curated list of languages that compile directly to or have their VMs in WebAssembly
mingodad/cake
Cake a C23 front end and transpiler written in C
mingodad/cclyzerpp
cclyzer++ is a precise and scalable global pointer analysis for LLVM code.
mingodad/CG-SQL-author
CG-SQL Author's Cut: CG/SQL is a compiler that converts a SQL Stored Procedure like language into C for SQLite. SQLite has no stored procedures of its own. CG/CQL can also generate other useful artifacts for testing and schema maintenance.
mingodad/cplusplus
A compiler front end for the C++ language
mingodad/cpp-grammars
mingodad/cpp-peglib
A single file C++ header-only PEG (Parsing Expression Grammars) library
mingodad/flex
The Fast Lexical Analyzer - scanner generator for lexing in C and C++
mingodad/lalr
Modern LALR(1) parser for C++
mingodad/LPegLR
Fork of LPeg v1.0 - left recursion support added
mingodad/lrstar
Port of lrstar parser generator to Linux
mingodad/nullc
Fast C-like programming language with advanced features
mingodad/panda3d
Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU
mingodad/quickjs-bellard
Public repository of the QuickJS Javascript Engine. Pull requests are not accepted. Use the mailing list to submit patches.
mingodad/souffle
Soufflé is a variant of Datalog for tool designers crafting analyses in Horn clauses. Soufflé synthesizes a native parallel C++ program from a logic specification.
mingodad/TameParse
LALR parser with context-sensitive extensions
mingodad/tl
The compiler for Teal, a typed dialect of Lua
mingodad/tree-sitter
An incremental parsing system for programming tools
mingodad/tree-sitter-ebnf-generator
Convert an EBNF grammar to the tree-sitter dsl