Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ph-7/lexanalyzer
- Owner: pH-7
- License: apache-2.0
- Created: 2013-02-26T11:40:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-27T10:40:27.000Z (almost 12 years ago)
- Last Synced: 2024-10-13T12:24:38.524Z (3 months ago)
- Homepage: http://github.com/pH-7/LexAnalyzer
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.