File: release

package info (click to toggle)
lua-leg 0.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: makefile: 32
file content (36 lines) | stat: -rw-r--r-- 765 bytes parent folder | download | duplicates (4)
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
32
33
34
35
36
$Id: release,v 1.2 2007/11/26 18:41:51 hanjos Exp $

Version: 0.1.3
==============

Updated to work with LPeg 0.10

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