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/ljs
Lua with C/C++/Java/Javascript syntax
mingodad/squilu
A scripting language that accepts a subset of javascript and C/C++
mingodad/plgh
Programming Languages Grammar House (BNF like grammars)
mingodad/picat
My unofficial picat http://picat-lang.org/ repository
mingodad/parsertl-playground
A web based playground for parsertl/lexertl
mingodad/lua-wasm-playground
A web playground with Lua interpreter compiled to wasm
mingodad/lalr-parser-test
Testing how different LALR(1) parsers detect grammar conflicts
mingodad/GLPK
Mirror of GLPK versions and changes made by me and by others elsewhere
mingodad/CG-SQL-Lua-playground
CG-SQL with Lua runtime compiled to wasm online playground
mingodad/cpp-grammars
mingodad/cpp-peglib
A single file C++ header-only PEG (Parsing Expression Grammars) library
mingodad/inferno64
Fork of inferno for 64bit platforms amd64 and arm64. The 64bit dis files are not compatible with the original 32bit dis. The JIT compiler is in development with amd64 support coming first then arm64.
mingodad/rex-parser-generator
👑 REx Parser Generator
mingodad/tree-sitter-ebnf-generator
Convert an EBNF grammar to the tree-sitter dsl
mingodad/cake
Cake a C23 front end and transpiler written in C
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/chpeg
Parsing Expression Grammar (PEG) bytecode parser/compiler library
mingodad/cplusplus
A compiler front end for the C++ language
mingodad/flex
The Fast Lexical Analyzer - scanner generator for lexing in C and C++
mingodad/lalr
Modern LALR(1) parser for C++
mingodad/lrstar
Port of lrstar parser generator to Linux
mingodad/mingodad.github.io
Web site for my repositories
mingodad/nez
Nez parsing library
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/pegdebug
A debug viewer for Parsing Expression Grammars using cpp-peglib
mingodad/pegtree
pegtree - A PEG Parser Generator with Tree Annotation
mingodad/PeppaPEG
PEG Parser in ANSI C
mingodad/tl
The compiler for Teal, a typed dialect of Lua
mingodad/tree-sitter
An incremental parsing system for programming tools