Post Reply 
[HP48/49] Command Line Parsing
02-18-2015, 03:38 PM
Post: #6
RE: [HP48/49] Command Line Parsing
Here are part of the truth (from BNF.doc) :

The ttt is a a hxs containing 256 elements, one for each char. The table
gives an implicit correspondence between ASCII characters and their TYPE,
which is one of 16 values:
0 - neutral character
1 - normal character
2 - digit
3 - left delimiter
4 - right delimiter
5 - self delimiter
6 - escape character
7 - diphthong start

[Not described in the ERS, but built-in in the HP48 GetNextToken: ]

8 - ?
9 - ?
10 - ?
11 - ?
12 - ?
13 - comment toggle
14 - comment off
15 - ?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[HP48/49] Command Line Parsing - Bruno - 02-16-2015, 01:01 PM
RE: [HP48/49] Command Line Parsing - Han - 02-17-2015, 04:41 PM
RE: [HP48/49] Command Line Parsing - Han - 02-17-2015, 04:51 PM
RE: [HP48/49] Command Line Parsing - Bruno - 02-18-2015, 11:33 AM
RE: [HP48/49] Command Line Parsing - Han - 02-18-2015, 03:33 PM
RE: [HP48/49] Command Line Parsing - Bruno - 02-18-2015 03:38 PM
RE: [HP48/49] Command Line Parsing - Bruno - 02-18-2015, 03:39 PM
RE: [HP48/49] Command Line Parsing - Bruno - 02-18-2015, 08:54 PM



User(s) browsing this thread: 1 Guest(s)