Commit graph

485 commits

Author SHA1 Message Date
Koichi NAKAMURA
7914c15057
Merge pull request #19 from nineties/fix-workflow
fix workflow to run tests on handwritte binary all time and to avoid …
2021-12-06 21:57:34 +09:00
Koichi Nakamura
ee17923b20 fix workflow to run tests on handwritte binary all time and to avoid unnecessary benchmark 2021-12-06 21:52:33 +09:00
Koichi NAKAMURA
090d3e1912
Merge pull request #18 from nineties/nineties-patch-1
Fix a bug of status badge
2021-12-06 21:43:19 +09:00
Koichi NAKAMURA
829c5048eb
Fix a bug of status badge 2021-12-06 21:43:08 +09:00
Koichi NAKAMURA
e2f73c3e8c
Merge pull request #17 from nineties/update-status-badge
update status badge
2021-12-06 21:41:36 +09:00
Koichi Nakamura
1dac06321c update status badge 2021-12-06 21:40:31 +09:00
Koichi NAKAMURA
f18a36cd2b
Merge pull request #16 from nineties/improve-runtests
Improve runtests
2021-12-06 21:32:44 +09:00
Koichi Nakamura
4c3e6e757c Split workflows for making status badge for each language 2021-12-06 21:29:26 +09:00
Koichi Nakamura
f322404f59 Prohibit direct push to main and run tests only for pull-requests to main. 2021-12-06 21:10:30 +09:00
Koichi Nakamura
5d13f56297 display i386-linux-handwritten 2021-12-06 21:08:51 +09:00
Koichi Nakamura
0bcec6e54f Remove an anchor since it is not supported 2021-12-06 21:04:03 +09:00
Koichi Nakamura
73eee04572 Update runtests.yaml 2021-12-06 21:02:31 +09:00
Koichi Nakamura
23b4db0ea2 Improve github workflow definition for runtests 2021-12-06 21:02:05 +09:00
Koichi Nakamura
69d1d39754 Fixed triggers of the runtests workflow 2021-12-06 20:18:33 +09:00
Koichi NAKAMURA
59feb32ddc
Merge pull request #15 from wasserfuhr/patch-1
Update README.md
2021-12-06 20:13:53 +09:00
RaWa
3caa29198c
Update README.md
typo
2021-12-06 11:59:12 +01:00
Koichi Nakamura
a54400e3c4 r C + R == } _ 2021-12-05 23:19:48 +09:00
Koichi Nakamura
462551a3e0 (allocate) must allocates zero-cleared region 2021-12-04 21:43:47 +09:00
Koichi Nakamura
8140f37549 remove 'planck' target 2021-12-04 21:43:35 +09:00
Koichi Nakamura
30a5b82f1b remove debug prints 2021-12-04 21:25:34 +09:00
Koichi Nakamura
887bccb418 Update workflow 2021-12-04 21:23:44 +09:00
Koichi Nakamura
ebda933859 Add lib/string.fs 2021-12-04 20:53:33 +09:00
Koichi Nakamura
a28cbc259f fixed a bug 2021-12-04 20:53:22 +09:00
Koichi Nakamura
bfd136f0ed Add string-table 2021-12-04 20:26:36 +09:00
Koichi Nakamura
c8bf67c279 minor fix 2021-12-04 20:25:04 +09:00
Koichi Nakamura
c4948e468f Add table-keys and table-values 2021-12-04 20:15:28 +09:00
Koichi Nakamura
e25c3c3a39 pass basic tests of lib/table.fs 2021-12-04 19:22:25 +09:00
Koichi Nakamura
1238649a4c fix comment of roll 2021-12-04 19:21:55 +09:00
Koichi Nakamura
a4e5968359 Add cons, car and cdr 2021-12-04 17:22:12 +09:00
Koichi Nakamura
02462832e1 [WIP] hash table 2021-12-04 06:37:59 +09:00
Koichi Nakamura
3b6bc9fd47 [WIP] hash table 2021-12-04 06:27:59 +09:00
Koichi Nakamura
6f2a1f17ee minor fix 2021-12-04 06:26:35 +09:00
Koichi Nakamura
a1fa748e98 Add make-int-table 2021-12-03 22:00:30 +09:00
Koichi Nakamura
fc6e1c8ad2 Wip 2021-12-03 21:30:56 +09:00
Koichi Nakamura
4bb6829378 Add release-array 2021-12-03 21:28:41 +09:00
Koichi Nakamura
71bb8bcaae [WIP] add lib/table.fs 2021-12-03 12:32:34 +09:00
Koichi Nakamura
8c7c3f42ee swap over == tuck 2021-12-03 12:31:08 +09:00
Koichi Nakamura
691c02e23b Add include-guard to include/included and add load/loaded 2021-12-03 07:27:04 +09:00
Koichi Nakamura
cf2a003e7d minor fix 2021-12-03 07:26:13 +09:00
Koichi Nakamura
6f058885fc minor fix 2021-12-02 20:54:59 +09:00
Koichi Nakamura
4969a37e2b fix typo 2021-12-02 12:35:00 +09:00
Koichi Nakamura
4337cedd5f Move comments in a wrong place 2021-05-07 18:55:29 +09:00
Koichi Nakamura
49c66d645a Fix a link 2021-05-06 08:14:45 +09:00
Koichi NAKAMURA
00fc7168c0
Merge pull request #14 from nineties/fix_memory_leak
fix memory leak in close-file
2021-05-06 08:13:21 +09:00
Koichi Nakamura
72edf5a953 fix memory leak in close-file 2021-05-06 07:56:35 +09:00
Koichi Nakamura
938d6fe1b6 minor fix 2021-05-06 07:01:13 +09:00
Koichi Nakamura
c2dab6d220 minor fix 2021-05-06 02:00:18 +09:00
Koichi Nakamura
d8083a76a2 fixed a bug of .github/workflows/benchmark.yaml 2021-05-06 01:57:23 +09:00
Koichi NAKAMURA
ff3444d24f
Merge pull request #13 from nineties/fix_gendoc
Fix benchmark document
2021-05-06 01:51:53 +09:00
Koichi Nakamura
776b1768f0 Fix benchmark document 2021-05-06 01:31:24 +09:00