A basic string parser based on the Scanner class in Java. Built for PSHS's annual coding scrimmage for beginners.
To build this repository, enter the following in command prompt:
git clone https://github.com/pshscc/scannerjs.git
cd scannerjs
npm installTo run these scripts, enter the following in command prompt:
npm run <name of script>| Name | Description | 
|---|---|
| compile | Compiles scanner.tsand generatesscanner.js. | 
| compile:rc | Compiles scanner.tsand generatesscanner.jswith no comments. | 
| docs | Produces documention for scanner.js. | 
| test | Runs the tests for scanner.js. | 
All documentation is located in the generated ./docs folder and can also be found here.