forked from beberlei/antlr-php-runtime
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges.txt
More file actions
23 lines (13 loc) · 803 Bytes
/
Changes.txt
File metadata and controls
23 lines (13 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[v0.0.3]
+ changes in runtime and template. SPARQL Grammar (see my other project) generated and parsed (work in progress)
[v0.0.2]
+ Another working case in examples/trivialXmlLexer // Y.Y. 06.05.09
[v0.0.1]
+ CONGRATS! examples/import parser and lexer works perfectly, starting another example // Y.Y. 05.05.09
- fixed Php.stg:
added $this->getToken('<lower>') to isolatedLookaheadRangeTest template // Y.Y. 05.05.09
+ lexer is working in case of examples/import (compared to java version) // Y.Y. 05.05.09
- fixed: CommonToken setCharPositionInLine method // Y.Y. 05.05.09
- fixed: Lexer constructor
from __construct($input, $state=null) to __construct($input, &$state=null)
This looks like a typical potential error when one translates java to php. // Y.Y. 05.05.09