Pinned Repositories
antlr4-string-interpolation-examples
Examples of how to implement string interpolation in ANTLR4
FiffiScript
A minimal language interpreter with a foreign function interface.
jit-calc
Small toy project to test how much benefit a JIT compiler brings to a small calculator
minicomp
An example of creating compilers for a bare-bones language using ANTLR in Java, JavaScript and Python, targetting LLVM, Java Bytecode, Web Assembly and Python Bytecode
mli_compatibility
Check two mli files for definitions with compatible signatures
obfc
OBFC - The Optimizing Brainfuck Compiler
sabas64
Static analysis for C64 BASIC
TeSSLa-mirror
Upstream: https://git.tessla.io/tessla/tessla
sepp2k's Repositories
sepp2k/antlr4-string-interpolation-examples
Examples of how to implement string interpolation in ANTLR4
sepp2k/minicomp
An example of creating compilers for a bare-bones language using ANTLR in Java, JavaScript and Python, targetting LLVM, Java Bytecode, Web Assembly and Python Bytecode
sepp2k/jit-calc
Small toy project to test how much benefit a JIT compiler brings to a small calculator
sepp2k/mli_compatibility
Check two mli files for definitions with compatible signatures
sepp2k/obfc
OBFC - The Optimizing Brainfuck Compiler
sepp2k/FiffiScript
A minimal language interpreter with a foreign function interface.
sepp2k/sabas64
Static analysis for C64 BASIC
sepp2k/TeSSLa-mirror
Upstream: https://git.tessla.io/tessla/tessla
sepp2k/basic-parsing-example
sepp2k/BouncingSmiley
This is a "game", written in C64 Basic, in which you can watch a smiley (and a frowney!) bounce around the screen. Yay!
sepp2k/catgraphics
sepp2k/cli-testrunner
A small script to run automated test on command line applications
sepp2k/commodore-basic-vscode
VSCode extension for Commodore BASIC V2
sepp2k/gobf
Small Brainfuck interpreter written in Go
sepp2k/IffyPiffy
sepp2k/mini-sql-parser
A hand-written parser for a minimal version of SQL
sepp2k/paddles
An old PONG clone I wrote in 2009
sepp2k/parigen
sepp2k/regex.js
Automata based RegEx interpreter (educational!)
sepp2k/sexyopt
A simple option parser for Scala
sepp2k/smallstepeval
sepp2k/superoptimizer
A toy superoptimizer for a limited assembly language.