Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amstone326/Small-Interpreter
Interpreter for a simple, stack-based language - compiles .j files into .asm files that can be assembled and run in PennSim.
https://github.com/amstone326/Small-Interpreter
Last synced: 2 months ago
JSON representation
Interpreter for a simple, stack-based language - compiles .j files into .asm files that can be assembled and run in PennSim.
- Host: GitHub
- URL: https://github.com/amstone326/Small-Interpreter
- Owner: amstone326
- Created: 2013-12-24T20:27:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-24T20:34:41.000Z (about 11 years ago)
- Last Synced: 2024-04-24T15:34:28.257Z (9 months ago)
- Language: C
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - Small-Interpreter
README
Small-Compiler
==============Final project for CIS 240 - small compiler for a simple, stack-based language.