Projects with this topic
-
Embeddable Common-Lisp main repository.
Updated -
A simple implementation of a PL/0 compiler toolchain.
Updated -
Elliott 803 computer emulator and files (read from paper tapes). Includes Algol 60 and H-Code compilers.
Updated -
Implements and extends the theoretical stack machine described at https://ics-websites.science.uu.nl/docs/vakken/b3tc/SSM/instructions.html. The interpreter runs on a simple binary format. Binary executables are created by the assembler. Extensions are an interactive debugger with disassembler, and a simple linker for creating programs from a collection of source files.
Updated -
Follow up of the ssmhs project, this time in C. implements and extends the theoretical stack machine described at https://ics-websites.science.uu.nl/docs/vakken/b3tc/SSM/instructions.html. The interpreter runs on a simple binary format. Binary executables are created by the assembler. Extensions are an interactive debugger with disassembler.
Updated -
A Cool-to-JavaScript transpiler, written in TypeScript. https://nathanfriend.io/cooltojs/
Updated -
To generate flow charts from simple pseudo-codes
Updated -
This project contains a compiler developed for Compilers exam. All Java sources and documentation are written in italian.
Updated -
Attempt to rewrite the DrBrainfuck interpreter in Haskell
Updated