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

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.

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.