项目作者: meyer1994

项目描述 :
Project done for formal languages and compilers class
高级语言: JavaScript
项目地址: git://github.com/meyer1994/regular.git
创建时间: 2018-04-30T18:41:43Z
项目社区:https://github.com/meyer1994/regular

开源协议:

下载


build
codecov
JavaScript Style Guide

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.

  1. $ npm install
  2. # or
  3. $ npm install mocha standard

Tests

  1. $ npm test