All Projects → PigletC → Similar Projects or Alternatives

117 Open source projects that are alternatives of or similar to PigletC

tiny-lang
tiny-lang — A different programming language. Supports a bunch of spoken languages.
Stars: ✭ 26 (-49.02%)
hascal
Hascal is a general purpose and open source programming language designed to build optimal, maintainable, reliable and efficient software.
Stars: ✭ 56 (+9.8%)
JuCC
JuCC - Jadavpur University Compiler Compiler
Stars: ✭ 34 (-33.33%)
CaptCC
A tiny C compiler written purely in JavaScript.
Stars: ✭ 175 (+243.14%)
Kyoto
Kyoto Lang - A programming language designed to build WebAssembly
Stars: ✭ 16 (-68.63%)
Mutual labels:  compiler-design
memalloy
Memory consistency modelling using Alloy
Stars: ✭ 23 (-54.9%)
Mutual labels:  compiler-design
E-Learning-freesite
This site is mainly design for those student who don't know how to start their journey in the field of programming
Stars: ✭ 57 (+11.76%)
Mutual labels:  educational-project
Ramble
A R parser based on combinatory parsers.
Stars: ✭ 19 (-62.75%)
Mutual labels:  parser-combinators
learning-reverse-engineering
This repository contains sample programs written primarily in C and C++ for learning native code reverse engineering.
Stars: ✭ 83 (+62.75%)
Mutual labels:  educational-project
compiler
Implementing a complete Compiler for a simple C-like language using the C-tools Flex and Bison
Stars: ✭ 106 (+107.84%)
Mutual labels:  compiler-design
metal
A Java library for parsing binary data formats, using declarative descriptions.
Stars: ✭ 13 (-74.51%)
Mutual labels:  parser-combinators
parsekt
Parser Combinator library for Kotlin
Stars: ✭ 27 (-47.06%)
Mutual labels:  parser-combinators
blacklight
a stack-based concatenative virtual machine for implementing highly concurrent languages
Stars: ✭ 42 (-17.65%)
Mutual labels:  stack-machine
CombinedParsers.jl
Compiled parser combinators and regular expressions in pure julia
Stars: ✭ 76 (+49.02%)
Mutual labels:  parser-combinators
ex spirit
No description or website provided.
Stars: ✭ 26 (-49.02%)
Mutual labels:  parser-combinators
compiler-course-unipi
Lab of the course Languages, Compilers and Interpreters (Cod. 653AA) @ UNIPI
Stars: ✭ 18 (-64.71%)
Mutual labels:  compiler-design
cppcombinator
parser combinator and AST generator in c++17
Stars: ✭ 20 (-60.78%)
Mutual labels:  compiler-construction
ParsecSharp
The faster monadic parser combinator library for C#
Stars: ✭ 23 (-54.9%)
Mutual labels:  parser-combinators
AwesomeCompiler
The Big list of the github, open-source compilers.
Stars: ✭ 27 (-47.06%)
Mutual labels:  compiler-design
parserz
A purely-functional library for creating both parsers, pretty-printers, and grammar definitions from a single, type-safe specification of a grammar
Stars: ✭ 68 (+33.33%)
Mutual labels:  parser-combinators
jasentaa
A parser combinator library for Clojure and ClojureScript
Stars: ✭ 53 (+3.92%)
Mutual labels:  parser-combinators
jet
A Fast C and Python like Programming Language that puts the Developer first. WIP
Stars: ✭ 41 (-19.61%)
Mutual labels:  compiler-design
Decaf-Compiler
Compiler for Decaf Programming Language
Stars: ✭ 36 (-29.41%)
Mutual labels:  compiler-construction
Windows-DLL-Injector
Some DLL Injection techniques in C++ implemented for both x86 and x64 windows OS processes
Stars: ✭ 174 (+241.18%)
Mutual labels:  educational-project
FLexer
Simple Lexer and Parser in F#
Stars: ✭ 22 (-56.86%)
Mutual labels:  parser-combinators
Kt2Dart
🔦 [Deprecated] Transpile Kotlin codes into Dart, Make Flutter Great Again
Stars: ✭ 84 (+64.71%)
Mutual labels:  parser-combinators
c-compiler
A compiler that accepts any valid program written in C. It is made using Lex and Yacc. Returns a symbol table, parse tree, annotated syntax tree and intermediate code.
Stars: ✭ 37 (-27.45%)
Mutual labels:  compiler-construction
AutomationShield
Arduino library and MATLAB/Simulink API for the AutomationShield Arduino expansion boards for control engineering education.
Stars: ✭ 22 (-56.86%)
Mutual labels:  educational-project
Metatheory.jl
General purpose algebraic metaprogramming and symbolic computation library for the Julia programming language: E-Graphs & equality saturation, term rewriting and more.
Stars: ✭ 266 (+421.57%)
Mutual labels:  compiler-construction
SQLToy
An in-memory SQL database written in Javascript to demonstrate how SQL works.
Stars: ✭ 104 (+103.92%)
Mutual labels:  educational-project
Extensive-C0-Compiler
北航计算机学院 编译原理最高难度课程设计 BUAA SCSE - Extensive C0 Compiler Design
Stars: ✭ 34 (-33.33%)
Mutual labels:  compiler-design
Parsey
Swift Parser Combinators
Stars: ✭ 56 (+9.8%)
Mutual labels:  parser-combinators
notebooks-ci-showcase
Fully Configured Example of CI/CD For Notebooks On Top Of GCP
Stars: ✭ 22 (-56.86%)
Mutual labels:  educational-project
leftry
Leftry - A left-recursion enabled recursive-descent parser combinator library for Lua.
Stars: ✭ 32 (-37.25%)
Mutual labels:  parser-combinators
parser-lang
A parser combinator library with declarative superpowers
Stars: ✭ 25 (-50.98%)
Mutual labels:  parser-combinators
CIBYL
Lightweight curly-bracket language which compiles to Ruby and Crystal.
Stars: ✭ 45 (-11.76%)
Mutual labels:  c-like
zsh-launchpad
🚀 Simple, educational dotfiles template to get started with Zsh and learn about its features
Stars: ✭ 141 (+176.47%)
Mutual labels:  educational-project
XParsec
extensible, type-and-source-polymorphic, non-linear applicative parser combinator library for F# 3.0 and 4.0
Stars: ✭ 40 (-21.57%)
Mutual labels:  parser-combinators
programming-language-theory
Programming Language Research, Applied PLT & Compilers
Stars: ✭ 53 (+3.92%)
Mutual labels:  compiler-design
maxpc
Max’s Parser Combinators: a simple and pragmatic library for writing parsers and lexers based on combinatory parsing.
Stars: ✭ 42 (-17.65%)
Mutual labels:  parser-combinators
Xacor
Experimental Game Engine
Stars: ✭ 24 (-52.94%)
Mutual labels:  educational-project
Compiler-Principle
词法分析,LL(1) 文法分析,LR(1) 文法分析
Stars: ✭ 18 (-64.71%)
Mutual labels:  compiler-design
pico
This is a very simple HTTP server for Unix, using fork(). It's very easy to use.
Stars: ✭ 83 (+62.75%)
Mutual labels:  educational-project
SuperCombinators
[Deprecated] A Swift parser combinator framework
Stars: ✭ 19 (-62.75%)
Mutual labels:  parser-combinators
FA
Репозиторий практик факультета ИТиАБД направления Прикладной Информатики в Финансовом Университете при Правительстве РФ
Stars: ✭ 26 (-49.02%)
Mutual labels:  educational-project
mecha
A parser combinator library for Zig
Stars: ✭ 220 (+331.37%)
Mutual labels:  parser-combinators
rich4clojure
Practice Clojure using Interactive Programming in your editor
Stars: ✭ 126 (+147.06%)
Mutual labels:  educational-project
tutorials
All of the code for my Medium articles
Stars: ✭ 130 (+154.9%)
Mutual labels:  educational-project
compiler-design-lab
These are my programs for compiler design lab work in my sixth semester
Stars: ✭ 47 (-7.84%)
Mutual labels:  compiler-design
loquat
Monadic parser combinators for JavaScript / TypeScript
Stars: ✭ 47 (-7.84%)
Mutual labels:  parser-combinators
Syntax
Write value-driven parsers quickly in Swift with an intuitive SwiftUI-like DSL
Stars: ✭ 134 (+162.75%)
Mutual labels:  parser-combinators
compiler
My first attempt to create a compiler
Stars: ✭ 16 (-68.63%)
Mutual labels:  compiler-construction
librxvm
non-backtracking NFA-based regular expression library, for C and Python
Stars: ✭ 57 (+11.76%)
Mutual labels:  compiler-design
autumn
A Java parser combinator library written with an unmatched feature set.
Stars: ✭ 112 (+119.61%)
Mutual labels:  parser-combinators
pyCompiler
Python Compiler
Stars: ✭ 13 (-74.51%)
Mutual labels:  compiler-design
ppc
A parser combinator library for PHP
Stars: ✭ 34 (-33.33%)
Mutual labels:  parser-combinators
CompilersCourse
Theory of compilation course, MIPT
Stars: ✭ 32 (-37.25%)
Mutual labels:  compiler-construction
ESP For PubgMobile
🛩Pubg Mobile Hack using Extra Sensory Perception(ESP)🐱‍💻
Stars: ✭ 82 (+60.78%)
Mutual labels:  educational-project
stalin-sort
A repressive sorting algorithm (not really sorting)
Stars: ✭ 13 (-74.51%)
Mutual labels:  educational-project
compiler-course-project
华中科技大学编译原理实验2019
Stars: ✭ 61 (+19.61%)
Mutual labels:  compiler-design
1-60 of 117 similar projects