Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.