mstachowsky / Klein-Clientside

A client-side instructional material framework
GNU General Public License v3.0
2 stars 4 forks source link

Allow for empty variable declarations #57

Closed mstachowsky closed 3 years ago

mstachowsky commented 3 years ago

Currently, it is not possible to have an empty assignment variables environment, like this:

!assignmentVariables !endAssignmentVariables

the parsing to JSON creates an open bracket to indicate the start of an array ([) but does not close that bracket, so the JSON parsing doesn't work.