Commit Graph

110 Commits

Author SHA1 Message Date
03146431a5 adding hello2.adb 2021-10-06 06:28:43 +00:00
86eaaae026 ada experiments. tagged array in a generic package 2021-10-06 03:56:30 +00:00
2e729db43e fixed a buffer growth bug in Replace for Elastic_String 2021-10-03 16:53:13 +00:00
f5311ecb69 implemented some functions for Elastic_String 2021-10-03 15:38:31 +00:00
0bdc581467 ada experiments 2021-10-01 11:03:54 +00:00
18aa6a19e5 some ada experiments 2021-09-30 23:54:50 +00:00
3552728181 fixed the "functions can only have "in" parameters" error 2021-08-24 16:19:29 +00:00
081937df1b stopped using System.Atomic_Counters.Atomic_Counter 2021-08-24 16:07:29 +00:00
757ef193ca removed unneeded text 2021-08-24 07:42:18 +00:00
3cfbd32055 reference counting experiment in h3 2021-08-24 07:17:32 +00:00
e07312b402 trying to rewrite h2 2021-08-23 23:47:29 +00:00
6582035078 minor spacing fix 2021-08-23 23:41:19 +00:00
641e6a06f1 deleted unneeded files 2021-08-21 14:51:38 +00:00
f6e2146485 reorganized h2 2021-08-21 14:31:39 +00:00
161545a648 deleted redundant files 2018-02-17 16:50:07 +00:00
693d1ac69f added missing include files 2015-09-01 12:15:18 +00:00
08c026c862 added some sample scheme scripts 2015-09-01 12:14:35 +00:00
c85750161e add some more types 2014-07-02 15:44:35 +00:00
69558e9e45 under dramatic changes... 2014-07-02 14:29:01 +00:00
45db0d7198 Added a missing file 2014-06-21 16:33:31 +00:00
91cd073f8b improved h2-io-file a bit 2014-06-21 16:31:49 +00:00
710109bc28 removed unneeded procedures 2014-06-19 14:15:01 +00:00
0286526bf1 added File.Get_Line and File.Put_Line. rewritten io procedures to reply on the current and the last position instead of the length 2014-06-19 14:13:19 +00:00
b441709a02 added Get_Line into h2-io-file 2014-06-17 15:23:35 +00:00
1ac2a37358 implemented read/write/read_line/write_line/flush in h2-io-file.adb 2014-06-06 16:44:45 +00:00
d78d6ffa1d implemented some functions h2-io-file.
renamed h2-sysapi to h2-os
2014-06-05 15:26:37 +00:00
744915575f added some file io routines 2014-06-04 17:15:52 +00:00
9c971cd841 added some file constants 2014-06-02 15:25:42 +00:00
b11eedcaa2 fixed gpr files 2014-05-30 03:20:24 +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
ed0835caae fixed an overflow check bug 2014-03-26 07:43:34 +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
cffbaef42f finished initial implementation of 'do' 2014-02-18 14:07:41 +00:00
07503c4da7 added more code for 'do' 2014-02-17 15:11:00 +00:00
5cfa32e7d9 implemented syntax checking of 'do' 2014-02-17 09:22:36 +00:00
b87ce61c29 added some essential procedures 2014-02-16 15:02:04 +00:00
c123f1c39a fixed a comparison between a normal object and a special pointer 2014-02-15 03:41:37 +00:00
38ca4baf8f implemented 'case' 2014-02-14 15:47:10 +00:00
21b0dd665f implemented the define syntax of the form (define (f x y) ...) 2014-02-11 16:05:30 +00:00