Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ph-7/syntaxanalysis
Personal project. Two simple Java syntax analyzers
https://github.com/ph-7/syntaxanalysis
Last synced: about 2 months ago
JSON representation
Personal project. Two simple Java syntax analyzers
- Host: GitHub
- URL: https://github.com/ph-7/syntaxanalysis
- Owner: pH-7
- License: apache-2.0
- Created: 2013-02-26T11:37:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-26T11:38:46.000Z (almost 12 years ago)
- Last Synced: 2024-10-13T12:24:21.387Z (3 months ago)
- Homepage: http://github.com/pH-7/SyntaxAnalysis
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Syntactic Analyzer
A simple Postfix analyzer in Java.
## Run
javac Postfix.java
java Postfix## Author
Pierre-Henry Soria
## License
[Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) or later; See the LICENSE.txt file.