|
f6e2146485
|
reorganized h2
|
2021-08-21 14:31:39 +00:00 |
|
|
91cd073f8b
|
improved h2-io-file a bit
|
2014-06-21 16:31:49 +00:00 |
|
|
bf0477cfbf
|
added an incomplete and experimental file package
|
2014-05-30 03:15:40 +00:00 |
|
|
8ef3eabe78
|
added H2.Slim and Slim_Stream.
renamed Stream to Wide_Stream.
|
2014-03-26 14:28:41 +00:00 |
|
|
112f136318
|
aalmost finished string-to-bigint conversion
|
2014-03-25 16:43:46 +00:00 |
|
|
64d69c36e5
|
added the incomplete string-to-bigint conversion procedure
|
2014-03-09 18:01:38 +00:00 |
|
|
57f8b64c2b
|
changed bigint division algorithm and finished the primitive bigint.to_string function
|
2014-03-07 17:58:01 +00:00 |
|
|
47c6711337
|
fixed bigint division bugs and added incomplete bigint-to-string conversion function
|
2014-03-05 18:06:54 +00:00 |
|
|
3be78f2cdf
|
touched bigint
|
2014-03-04 14:32:49 +00:00 |
|
|
77abff6346
|
added partial bigint divide
|
2014-03-03 15:36:03 +00:00 |
|
|
7fccdc5f85
|
fixedd bigint bugs
|
2014-02-25 16:10:46 +00:00 |
|
|
998f5a2e55
|
added bigint multiplication
|
2014-02-24 15:17:57 +00:00 |
|
|
bee0815c1e
|
added more bigint code
|
2014-02-23 16:57:31 +00:00 |
|
|
f78a95283c
|
added some bigint code
|
2014-02-21 16:08:43 +00:00 |
|
|
f43fef30c2
|
started adding bigint
|
2014-02-20 14:51:53 +00:00 |
|
|
07503c4da7
|
added more code for 'do'
|
2014-02-17 15:11:00 +00:00 |
|
|
38ca4baf8f
|
implemented 'case'
|
2014-02-14 15:47:10 +00:00 |
|
|
9a426594a3
|
touched evaluator code
|
2014-02-11 09:35:44 +00:00 |
|
|
cbf8d0e54e
|
implemented cond
|
2014-02-10 15:39:20 +00:00 |
|
|
d7e25ac8ca
|
added some query procedures
|
2014-02-10 08:33:18 +00:00 |
|
|
81d910a0e1
|
made let and letrec continuation-friendly
|
2014-02-09 15:28:46 +00:00 |
|
|
8b0444593a
|
fixed a bug that the token buffer points to null if an empty string is the first token scanned.
fixed a bug of not getting a correct number of bytes allocated for an object when scanning a new heap
|
2014-02-07 09:04:46 +00:00 |
|
|
2262591205
|
fixed Procedure_Call handlers for proper continuation (not sure if this is a proper fix).
fixed bugs caused by conflicts between an 'in out' parameter and GC.
shortened Pop_Frame()/Set_Frame_Result() to Return_Frame()
|
2014-02-06 13:29:08 +00:00 |
|
|
032dda2263
|
addded a new slot to hold an intermediate value to a frame object.
made partial changes relevant
|
2014-02-05 15:08:59 +00:00 |
|
|
76d46b4964
|
deleted the mark object
|
2014-02-05 03:21:25 +00:00 |
|
|
11143203af
|
started implementing call-with-current-continuation
|
2014-01-26 16:15:28 +00:00 |
|
|
bf612cca65
|
got rid of Interp.Environment and enhanced how to handle environments
|
2014-01-24 12:48:58 +00:00 |
|
|
7e12af1221
|
added numeric comparison procedures
|
2014-01-22 14:11:30 +00:00 |
|
|
24e62d6f81
|
started implementing let
|
2014-01-21 14:55:08 +00:00 |
|
|
d7eae56e90
|
enhanced lambda processing
|
2014-01-21 05:08:46 +00:00 |
|
|
af588f1430
|
implemented if
|
2014-01-20 14:34:55 +00:00 |
|
|
097dcd6a1f
|
implemented symbol defining
|
2014-01-19 15:47:45 +00:00 |
|
|
f970a410fd
|
implemented a few list manipulation procedures
|
2014-01-19 06:40:23 +00:00 |
|
|
d1af233db4
|
fixed a GC bug caused by a temporary object pointer pointing to the symbol table
|
2014-01-17 13:03:05 +00:00 |
|
|
a4e4c5c127
|
in the middle of debugging GC
|
2014-01-16 16:52:18 +00:00 |
|
|
2e03937883
|
added code to handle temporary object pointers
|
2014-01-15 09:21:26 +00:00 |
|
|
bcf50fe381
|
added Unicode_To_Utf8 converter
|
2014-01-14 14:22:06 +00:00 |
|
|
d839e8c41a
|
touched up code a bit
|
2014-01-11 03:38:02 +00:00 |
|
|
24829df3a6
|
redefined Object_String for simpler string handling and made other related changes
|
2014-01-10 14:54:46 +00:00 |
|
|
d502f1ab4c
|
managed to change h2-scheme to a generic package
|
2014-01-09 15:32:36 +00:00 |
|
|
de2e462814
|
added quote, simple integer handling
|
2014-01-08 14:59:48 +00:00 |
|
|
73c29ce53b
|
written more code for reading expressions
|
2014-01-07 17:02:12 +00:00 |
|
|
78fb4223e9
|
separated token handling to a separate file
|
2014-01-04 06:31:14 +00:00 |
|
|
a81a2230d0
|
added Buffer_Record, Token_Record and related procedures
|
2014-01-02 16:28:18 +00:00 |
|
|
dd9a5a9a2e
|
added some input procedures
|
2014-01-01 14:07:03 +00:00 |
|
|
eac1df647a
|
added experimental stream handling code
|
2013-12-28 16:52:31 +00:00 |
|
|
dcf676476f
|
added some lambda/closure handling code
|
2013-12-21 04:57:44 +00:00 |
|
|
228a5d09db
|
added No_Optimization
|
2013-12-19 14:42:14 +00:00 |
|
|
fbe9e5cbf0
|
added more code for evaluation
|
2013-12-18 14:58:46 +00:00 |
|
|
d2b6a11da6
|
added some code to evaluate
|
2013-12-17 16:04:55 +00:00 |
|