Ron Pinkas
926872a96b
2000-08-15 18:25 UTC+0800 Ron Pinkas <ron@profit-master.com>
* source/compiler/simplex.c
+ Added support for multi-charcters Stream Start and Stream End delimiters.
+ Added overidable MACROs STREAM_OPEN(x), STREAM_APPEND(x)
! Removed Hardcoded limits, changed to overidable #defines: MAX_STREAM, MAX_STREAM_STARTER, MAX_STREAM_TERMINATOR,
MAX_STREAM_EXCLUSIONS
* source/macro/macroslx.c
+ Added:
#define MAX_STREAM 2048 /* Max length of in-line LITERAL */
#define MAX_STREAM_STARTER 2
#define MAX_STREAM_TERMINATOR 2
#define MAX_STREAM_EXCLUSIONS 2
* source/compiler/hbslex.c
+ Added:
#define MAX_STREAM 2048 /* Max length of in-line LITERAL */
#define MAX_STREAM_STARTER 7 /* "QOUT([" */
#define MAX_STREAM_TERMINATOR 4 /* "])\n" */
#define MAX_STREAM_EXCLUSIONS 2
* source/macro/macro.slx
* Replaced AND_IGNORE_DELIMITERS() with TEST_LEFT()
* source/compiler/harbour.slx
+ Added: #define NUMERALS_PER_LINE 512
* Replaced AND_IGNORE_DELIMITERS() with TEST_LEFT()
+ Added support for TEXT ENDTEXT (pending some more work in PP), nested [[]] strings and double delimiters stringified strings.
2000-08-16 03:09:07 +00:00
..
2000-08-01 20:03:07 +00:00
2000-07-27 17:44:41 +00:00
2000-03-18 20:14:56 +00:00
2000-08-15 18:46:56 +00:00
1999-09-16 00:40:23 +00:00
2000-05-22 16:27:20 +00:00
2000-04-22 14:13:56 +00:00
2000-04-22 14:13:56 +00:00
2000-05-05 17:55:43 +00:00
2000-08-08 09:11:01 +00:00
2000-08-15 18:46:56 +00:00
2000-08-16 03:09:07 +00:00
2000-08-12 13:12:55 +00:00
2000-05-15 20:43:42 +00:00
2000-04-11 11:17:46 +00:00
2000-08-08 16:46:16 +00:00
2000-08-01 16:17:13 +00:00
2000-08-02 21:07:29 +00:00
2000-08-16 03:09:07 +00:00
2000-07-29 01:39:59 +00:00
2000-07-12 16:41:36 +00:00
2000-08-16 03:09:07 +00:00