1.0.2 • Published 3 years ago

@rederly/webwork-def-parser v1.0.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

def-parser

This is a library that can take def file content and convert it into a js object.

Assumptions:

  • None of the keys will have regex
  • There is no strict checking based off of assignnment type, all that is check is if a value should be within a problem or global
  • There is no validation done on the CLI for the file reading since this is currently for testing

Usage

CLI

There is currently a CLI that is used for testing. It's only parameter is the path to the def file.

npm start -- ./examples/set4.8_LHopitals_Rule.def
npm start -- ./examples/setMidterm_Exam.def
npm start -- ./examples/setQuadraticFormula.def
npm start -- ./examples/Tom222.rdef
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago