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

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

Awesome Lists containing this project

README

          

[![build](https://github.com/meyer1994/regular/actions/workflows/build.yml/badge.svg)](https://github.com/meyer1994/regular/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/meyer1994/regular/branch/dev/graph/badge.svg)](https://codecov.io/gh/meyer1994/regular)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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
```