File tree Expand file tree Collapse file tree
textmapper/src/org/textmapper/tool Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 0.9.30
1+ 0.10.0
Original file line number Diff line number Diff line change 44 Updating copyright:
55 $ grep -rl "Copyright 2002-2020" . | xargs sed -i "" 's/Copyright 2002-2020/Copyright 2002-2021/g'
66 -->
7- <property name =" tm.version" value =" 0.9.30 " />
7+ <property name =" tm.version" value =" 0.10.0 " />
88 <property name =" tm.qualifier" value =" -SNAPSHOT" />
99 <property name =" suffix" value =" ${ tm.version } " />
1010
Original file line number Diff line number Diff line change 3030 */
3131public class Tool {
3232
33- public static final String VERSION = "0.9.30 /java" ;
34- public static final String BUILD = "2020 " ;
33+ public static final String VERSION = "0.10.0 /java" ;
34+ public static final String BUILD = "2022 " ;
3535
3636 public static final String HELP_MESSAGE =
3737 "textmapper - Lexer and Parser generator\n " +
Original file line number Diff line number Diff line change 1+ 0.10.0
2+ ------
3+
4+ [+] Support %expect and %expect-rr directives.
5+ [!] Fix lexer backtracking at EOI.
6+ [!] Improve offsets of AST nodes during error recovery.
7+
180.9.30
29------
310
You can’t perform that action at this time.
0 commit comments