Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ph-7/lexanalyzer

Personal project. A simple lexical analyzer in Java.
https://github.com/ph-7/lexanalyzer

Last synced: about 2 months ago
JSON representation

Personal project. A simple lexical analyzer in Java.

Awesome Lists containing this project

README

        

# Lexical Analyzer

A simple lexical analyzer in Java.

## Run

javac *.java
java Main

## 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.