Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enricobacis/rpn-lang
A Compilers Class Project
https://github.com/enricobacis/rpn-lang
Last synced: about 2 months ago
JSON representation
A Compilers Class Project
- Host: GitHub
- URL: https://github.com/enricobacis/rpn-lang
- Owner: enricobacis
- Created: 2012-11-28T13:48:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-28T14:08:07.000Z (over 11 years ago)
- Last Synced: 2023-08-27T06:01:22.497Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 5.53 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rpn-lang
=========Rpn-Lang is a simple Turing-complete language interpreter written by Enrico Bacis and Daniele Ciriello as an exercise for the Compiler course attended at Università di Bergamo.
- Reverse Polish Notation Syntax
- Functions, if-else clauses and while loops
- Higher-order functions
- Scopes of variables and function definition
- I/O from consoleThe language is developed using [ANTLR 3.0] with Java output and it includes also the interpreter of the language.
[ANTLR 3.0]: http://www.antlr3.org