Commit graph

494 commits

Author SHA1 Message Date
Koichi Nakamura
488a3a20c5 previous commit still has a bug 2021-12-07 02:24:30 +09:00
Koichi Nakamura
6155f08b77 Fix a bug of Hello World ... ! 2021-12-07 02:21:20 +09:00
Koichi NAKAMURA
32baf5e2d1
Merge pull request #22 from nineties/make-python-faster
Make python faster
2021-12-07 02:20:43 +09:00
Koichi Nakamura
5554c671e8 fixed a bug of previous commit 2021-12-07 02:11:46 +09:00
Koichi Nakamura
3656a1e5c9 fix previous commit 2021-12-06 23:03:57 +09:00
Koichi Nakamura
b2fd58b688 minor style fix 2021-12-06 22:44:12 +09:00
Koichi Nakamura
96ceb57bd4 replace "& ~(CELL - 1)" with "% CELL" 2021-12-06 22:43:43 +09:00
Koichi NAKAMURA
c8e87b1dbf
Merge pull request #20 from nineties/make_python_faster
make python version faster by replacing // with >>
2021-12-06 22:30:13 +09:00
Koichi Nakamura
d4284748bf make python version faster by replacing // with >> 2021-12-06 22:28:36 +09:00
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