jweigend / concepts-of-programming-languagesLinks
Master Course: Concepts of Programming Languages - University of Applied Sciences Rosenheim
☆33Updated this week
Alternatives and similar repositories for concepts-of-programming-languages
Users that are interested in concepts-of-programming-languages are comparing it to the libraries listed below
Sorting:
- Master Course: Concepts of Programming Languages - University of Applied Sciences Rosenheim☆15Updated 3 years ago
- A simple x86 emulator, debugger, and editor in JavaScript.☆103Updated 3 years ago
- squint - Rob Pike's Newsqueak interpreter for Unix☆43Updated 13 years ago
- A Ruby script that translates a directory structure and its files into the Redis keys to be served via Redis Gopher protocol☆93Updated 6 years ago
- A toy programming language for learning how to make programming languages☆32Updated 3 years ago
- Squeak/Smalltalk release bundles☆48Updated 3 months ago
- Let's Make: Dangerous Dave☆86Updated 6 years ago
- Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.☆156Updated 4 years ago
- Object-Oriented Reengineering Patterns☆37Updated 2 years ago
- Source code for the "C Unleashed" book by Richard Heathfield, Lawrence Kirby, et al.☆75Updated 4 years ago
- A tiny 32-bit Forth operating system I wrote when I was 16☆14Updated 2 years ago
- Intel 8080 assembler and simulator in JS, optimized for simplicity.☆165Updated last year
- Jim is a small footprint Tcl interpreter, with some changes to the original language but mostly compatible.☆59Updated 16 years ago
- Programming language that compiles into a x86 ELF executable.☆168Updated 3 years ago
- Dependency manager for the Chaos language☆21Updated 5 years ago
- GNU Smalltalk☆131Updated 9 years ago
- Just a little toy language to learn about register-based VMs.☆22Updated 13 years ago
- C with traits - or how I learned to stop worrying and love something resembling multiple inheritance.☆38Updated 12 years ago
- Bill Joy's original ex☆17Updated 11 years ago
- The Big list of the github, open-source interpreters.☆74Updated 6 years ago
- 2048 written in C and compiled to WebAssembly☆47Updated 3 years ago
- An emulator for a hypothetical 16-bit computer from the 80s and 90s. Intended as a play-thing and educational tool.☆74Updated 3 years ago
- Writing a Scheme to x86 compiler by following Abdulaziz Ghuloum's "An Incremental Approach to Compiler Construction"☆75Updated 6 years ago
- Parag Patel's Z80 Emulator☆50Updated 9 years ago
- Low-level hobby programming language that compiles to 16-bit x86 assembly.☆40Updated 10 years ago
- ☆17Updated last year
- A library for testing responses of HTTP requests☆12Updated 3 years ago
- Implement a Lisp, in C, from scratch, no libs