Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 534 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 534 Bytes

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.