File: README

package info (click to toggle)
yapps2 2.1.1-17
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 256 kB
  • ctags: 149
  • sloc: python: 1,008; makefile: 58; sh: 14
file content (23 lines) | stat: -rw-r--r-- 836 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
The Debian Package yapps2
-------------------------

This package contains several upward-compatible enhancements to the
original YAPPS source:
- Handle stacked input ("include files")
- augmented ignore-able patterns
  (this means that yapps2 now can parse things like multi-line C comments)
- better error reporting
- read input incrementally

Traditionally, the yapps runtime is called yappsrt.py and it was
installed with the binary that uses the parser. However, as soon as
there is more than one of those, this method breaks.

Therefore, and because the new runtime isn't entirely compatible to the
old yappsrt.py, I decided to rename the generated parser to
yapps/runtime.py. It is provided by the yapps2-runtime package.
You need to depend on this package if you Debianize Python programs that
use yapps2.

-- 
Matthias Urlichs