lots and lots of changes & improvements

This commit is contained in:
eck
1989-09-19 16:13:23 +00:00
parent 7646d37ef1
commit 8721b0f01d
59 changed files with 1826 additions and 1571 deletions

View File

@@ -10,14 +10,15 @@
%iSTGARB
STSKIP:\r \t\013\f
STNL:\n
STCOMP:-!&+<=>|
STSIMP:%()*,/:;?[]^{}~
STCOMP:-!&+<=>|*%/^
STSIMP:(),:;?[]{}~
STCHAR:'
STIDF:a-zA-KM-Z_
STIDF:a-zA-KM-Z_\003
STELL:L
STNUM:.0-9
STSTR:"
STEOI:\200
STMSPEC:\004
%T/* character classes */
%T#include "class.h"
%Tchar tkclass[] = {
@@ -44,7 +45,7 @@ STEOI:\200
% ISHEX
%
%C
1:a-fA-F
1:0-9a-fA-F
%Tchar ishex[] = {
%p
%T};
@@ -57,14 +58,6 @@ STEOI:\200
%p
%T};
%
% ISSUF
%
%C
1:lLuU
%Tchar issuf[] = {
%p
%T};
%
% ISWSP
%
%C