| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2011-01-01 | 804 Bytes | |
| Mouse-1.3a.tar.gz | 2011-01-01 | 412.3 kB | |
| Totals: 2 Items | 413.1 kB | 0 | |
Release 1.3a ------------ The same as release 1.3 (see below), but with an improved user's manual. Mouse 1.3 --------- In addition to few minor bug fixes and cosmetics, this release offers the following improvements and changes to Mouse 1.2: - In the generated parser, do not check for success of expressions that never fail. - Default character encoding is assumed for the input file (version 1.2 assumed ISO 8859_1). Can be changed by modifying 'runtime.SourceFile'. - The generated Java code uses ASCII encoding. - Helper method 'errMsg' returns a 'readable' string: all characters outside the range 32-255 are represented by Java escapes. - Improved diagnostics from TestPEG. - Sample grammars for Java and C are included in the package.