Recursive descent parser generator: Difference between revisions

Content added Content deleted
Line 278: Line 278:
minus -
minus -
times \*
times \*
div /
div /
open \(
open \(
close \)
close \)
num [0-9]+
num [0-9]+
var [a-z]+
var [a-z]+


string nextLabel() {
string nextLabel() {