This website requires JavaScript.
Explore
Help
Register
Sign In
ReceiveTempSMS
/
Sweden-Number
Watch
1
Star
0
Fork
You've already forked Sweden-Number
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
64284a8767
Sweden-Number
/
tools
/
wrc
/
.cvsignore
14 lines
119 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial revision
1998-10-04 20:02:24 +02:00
Makefile
- Implemented a new preprocessor that is (nearly) ANSI-C compliant. The old parser has been stripped from the old preprocessor-code which cleaned up both resource-scanner and -parser. - Standard defines have been introduced (see README.wrc) - Both preprocessor- and resource-scanner have been optimized slightly so that no backing up is required (one char lookahead is enough). - Filename-scanning has been cleaned up, though not perfect yet. - User-type resources are compatible now. - Line-continuation in strings is corrected so that it does not introduce a newline in the output.
2000-05-01 22:05:58 +02:00
lex.ppl.c
Initial revision
1998-10-04 20:02:24 +02:00
lex.yy.c
- Implemented a new preprocessor that is (nearly) ANSI-C compliant. The old parser has been stripped from the old preprocessor-code which cleaned up both resource-scanner and -parser. - Standard defines have been introduced (see README.wrc) - Both preprocessor- and resource-scanner have been optimized slightly so that no backing up is required (one char lookahead is enough). - Filename-scanning has been cleaned up, though not perfect yet. - User-type resources are compatible now. - Line-continuation in strings is corrected so that it does not introduce a newline in the output.
2000-05-01 22:05:58 +02:00
ppy.tab.c
ppy.tab.h
Initial revision
1998-10-04 20:02:24 +02:00
wrc
y.tab.c
y.tab.h
Fixed a LALR(2) problem while scanning usertype resources which had identifiers for both name and type.
2000-08-25 23:32:18 +02:00
ppy.tab.c
ppy.tab.h
y.output
ppy.output
lex.backup