ChaosAmd / test-rover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Rover

An implementation of a test rover module.

First run the command to install the dev dependencies:

$ npm install

To run the program run the following command:

$ npm start

To run the tests type:

$ npm test

Description

The program heavily emphasizes a logical modular partitioning. The parser assigns the values read from a string, that string is loaded by a file module, so the final parsed object is interpreted by the automata, assigned with policies that could be expanded or modified.

About


Languages

Language:JavaScript 100.0%