ontodev / valve.js

VALVE in JavaScript
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Update valve grammar to reflect valve.py #1

Closed beckyjackson closed 3 years ago

beckyjackson commented 3 years ago

This adds named_arg to function arguments and renames integer to int (calling it integer collided with INTEGER).

We also need to allow spaces in label values, e.g. when table columns have spaces in them.

jamesaoverton commented 3 years ago

This should be addressed by 2c30f1c300a7f409493a5ba6b3a2b848dd6886a0, so I'll close.