Lines Matching refs:ID
15 : {$aScope::names = [];} ID*
31 : {$b::x}?=> ID // only visible, if b was called with True
50 : 'int' ID {$c::symbols.add($ID.text)} ';'
54 : ID '=' NUM ';'
56 if $ID.text not in $c::symbols:
57 raise RuntimeError($ID.text)
75 : 'int' ID {$d::symbols.add($ID.text)} ';'
79 : ID '=' NUM ';'
82 if $ID.text in $d[s]::symbols:
85 raise RuntimeError($ID.text)
120 ID : ('a'..'z')+