https://github.com/meyer1994/regular
Project done for formal languages and compilers class
https://github.com/meyer1994/regular
automata formal-languages grammar ufsc vuejs
Last synced: 19 days ago
JSON representation
Project done for formal languages and compilers class
- Host: GitHub
- URL: https://github.com/meyer1994/regular
- Owner: meyer1994
- Created: 2018-04-30T18:41:43.000Z (about 8 years ago)
- Default Branch: dev
- Last Pushed: 2024-06-11T12:21:38.000Z (almost 2 years ago)
- Last Synced: 2024-06-11T13:48:59.822Z (almost 2 years ago)
- Topics: automata, formal-languages, grammar, ufsc, vuejs
- Language: JavaScript
- Homepage: https://meyer1994.github.io/regular/
- Size: 1.05 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/meyer1994/regular/actions/workflows/build.yml)
[](https://codecov.io/gh/meyer1994/regular)
[](https://standardjs.com)
# Regular
Repo created to for the studies of formal languages. Specially DFA, NDFA, regular grammars and regular expressions.
## Dependencies
The dependecies for this project are Mocha and Standard.
```bash
$ npm install
# or
$ npm install mocha standard
```
## Tests
```bash
$ npm test
```