File: release

package info (click to toggle)
lua-leg 0.1.2-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 224 kB
  • ctags: 144
  • sloc: makefile: 40; sh: 17
file content (31 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$Id: release,v 1.2 2007/11/26 18:41:51 hanjos Exp $

Version: 0.1.2
==============

API
===

* grammar.lua received two new utility functions: anyOf and listOf

Bugs Fixed
==========

* adding scanner's keywords e symbols to parser's rules ended up altering 
  scanner.keywords and scanner.symbols as well; using grammar.complete instead
  of grammar.apply does the trick.
  
* grammar.apply was inadvertently piping the captures to grammar instead of 
  rules if rules was nil.

Documentation
=============

* changes in the documentation generator made the new docs slightly different;
  no big conceptual change.

* an improved README file

* a COPYRIGHT file with Leg's license

* and this release file