Paul Tarvydas
Paul Tarvydas
https://github.com/guitarvydas/cparse/blob/report/insert.html#L59 I created erroneous code and hit a JS error. It would be nicer if toString() were to give a better error message... I forgot to call the appropriate semantic...
implicity (should be implicitly) in syntax doc (section on space skipping)
to duplicate: paste the below grammar into ohm-editor, case 0: no error, case 1: uncomment "Thing1a rule" -> parse error in grammar severity: low workaround: always include newline after inline...
Flow-based porgramming resources: http://www.jpaulmorrison.com/fbp/ [email protected] Contact me [email protected] for copies of 2 papers about my form of reactive (embedded) FBP. http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=4054691&url=http%3A%2F%2Fieeexplore.ieee.org%2Fiel5%2F4054516%2F4054517%2F04054691.pdf%3Farnumber%3D4054691 http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.93.9511 Also, contact me for techinques on how to...
https://github.com/guitarvydas/find-and-replace/tree/debugrwr usage: make see ohmjs/ohmjs.js, see grammar for `Line` and for `space += applySyntactic` run "make" then change `Line` to `line` and change `space += line`, run make again using...
// Ohm-JS fails to complain about missing semantic actions - the ones that are commented out. // If you delete "s2" from the formals of rexpr_general, Ohm-JS complains (correctly) about...
issue: grammar name of test example does not track grammar name changes how: 1) create a working grammar and test case - in this example, I created a grammar called...
I suspect that this is an out-of-memory condition, but there is no indication of what failed. If I delete all of the comments from test.txt, the parse succeeds. As is...
copy grammar.ohm into the grammar pane, copy test.txt into a new example, from https://github.com/guitarvydas/play/tree/dev/ohmmissingscroll wait many seconds (this is a pig :-) On the parse-tree display pane on the right...
## Context Compiler doesn't raise an error when a method (proc), declared in a `struct` to take a pointer parameter, is called with no arguments. `d.repr ()` is allowed, yet...