https://github.com/marcosvlima/lex-lexical-analysis
Lexical Analyzer for dynamically identifying token.
https://github.com/marcosvlima/lex-lexical-analysis
compilers computer-science theory-of-computation
Last synced: 12 months ago
JSON representation
Lexical Analyzer for dynamically identifying token.
- Host: GitHub
- URL: https://github.com/marcosvlima/lex-lexical-analysis
- Owner: marcosvlima
- License: mit
- Created: 2017-10-09T22:55:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T00:34:32.000Z (over 8 years ago)
- Last Synced: 2025-03-05T18:38:23.567Z (over 1 year ago)
- Topics: compilers, computer-science, theory-of-computation
- Language: JavaScript
- Homepage:
- Size: 943 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lex-lexical-analysis
Lex is a visual simulator of a lexical analyzer. This project was done in the discipline of Formal Languages in the course of Computer Science (URI) - Universidade Regional Integrada, with the objective of visually understanding the identification of tokens and their validation.
The project was developed in JavaScript. To be able to execute it, clone or download and open the index.html file in any browser.