Commit Graph

14 Commits

Author SHA1 Message Date
sg
9e81047a48 * Parser now only detects a number as float when the "." is followed by
a valid char. Else the input is handled as a normal integer, followed by
  the dot as separate char. This allows to parse input such as
  "0..9" - until now this would have lead to a float "0..9" which, of
  course, couldn't be converted afterwards.
2001-11-08 11:12:57 +00:00
michael
650fbb86aa + removed logs 2000-07-13 11:32:24 +00:00
michael
e7aca136a1 + Initial import 2000-07-13 06:29:38 +00:00
peter
eb31271e15 * updated copyright to 2000 2000-01-07 01:24:32 +00:00
peter
d353155496 * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
peter
d9273dd907 * moved to packages 2000-01-03 19:31:09 +00:00
fcl
affda7c9c3 * Implemented TParser.HexToBinary (sg) 1999-09-30 19:32:08 +00:00
fcl
eec7aaad52 * Fixed some severe bugs (sg) 1999-09-28 10:28:21 +00:00
peter
a7741dd7e7 * makefile updates 1999-04-08 10:18:47 +00:00
florian
2494f7667f * made it compilable 1999-01-28 23:55:41 +00:00
michael
f122915f75 + Added format in interface
+ Some errors in parser fixed, it uses exceptions now
+ Strings now has no more syntax errors.
1998-10-30 14:52:48 +00:00
michael
1b126ff278 + Added exceptions for error handling 1998-10-02 22:41:23 +00:00
michael
ed983037a5 + Implemented by TSE 1998-09-23 07:48:11 +00:00
michael
39a62a2569 * Split file according to Class; implemented dummys for all methods, so unit compiles. 1998-05-04 14:30:11 +00:00