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-06-16 11:43:12 +00:00
2000-08-03 11:10:21 +00:00
2000-08-15 01:32:01 +00:00
2000-08-15 17:46:18 +00:00
2000-08-15 18:46:56 +00:00
1999-10-04 13:00:20 +00:00
2000-03-07 16:41:33 +00:00
2000-08-15 01:32:01 +00:00
2000-08-16 03:09:07 +00:00
2000-08-15 01:32:01 +00:00
2000-08-15 17:46:18 +00:00
2000-03-31 21:17:04 +00:00
2000-08-01 20:03:58 +00:00
2000-07-08 00:27:47 +00:00
2000-08-16 03:09:07 +00:00
1999-07-10 20:40:09 +00:00
1999-08-14 18:13:14 +00:00
1999-09-13 21:11:12 +00:00
1999-10-25 18:11:17 +00:00
2000-01-31 18:36:19 +00:00
2000-03-28 21:10:10 +00:00
2000-04-27 02:34:26 +00:00
2000-06-28 02:00:05 +00:00
2000-08-02 18:35:20 +00:00
2000-04-06 06:56:57 +00:00
2000-06-25 10:38:11 +00:00
2000-08-02 00:41:17 +00:00
2000-05-05 00:04:35 +00:00
2000-05-05 00:04:35 +00:00
2000-03-26 23:34:42 +00:00
2000-04-01 16:05:00 +00:00
2000-08-15 15:17:03 +00:00
2000-08-15 15:17:03 +00:00