fixed problem with hex numbers, and use new PushBack feature

This commit is contained in:
ceriel
1989-04-11 11:40:49 +00:00
parent d68340e71c
commit e210343ec0
4 changed files with 24 additions and 54 deletions

View File

@@ -5,11 +5,10 @@
%
% CHARACTER CLASSES
%
%C
STGARB:\000-\200
STSKIP: \r\t
STNL:\012\013\014
STSIMP:#&()*+,-/;=[]^{|}~
%iSTGARB
STSKIP: \t\013\014\015
STNL:\012
STSIMP:-#&()*+,/;=[]^{|}~
STCOMP:.:<>
STIDF:a-zA-Z
STSTR:"'
@@ -40,7 +39,7 @@ STEOI:\200
% ISHEX
%
%C
1:a-fA-F
1:A-F0-9
%Tchar ishex[] = {
%p
%T};