Commit graph

518 commits

Author SHA1 Message Date
Koichi NAKAMURA
79ff253b9c
Merge pull request #33 from nineties/add-O_CREAT
Add O_CREAT to W/O and W/R
2021-12-19 22:49:06 +09:00
Koichi Nakamura
2629adaafe Add O_CREAT to W/O and W/R 2021-12-19 22:47:33 +09:00
Koichi NAKAMURA
7dcd492050
Merge pull request #32 from nineties/fix-write-file
fix bugs of write-file
2021-12-19 21:47:37 +09:00
Koichi Nakamura
e4d6b1c38d fix bugs of write-file 2021-12-19 21:46:11 +09:00
Koichi NAKAMURA
03b2ab4cac
Merge pull request #31 from nineties/export-print-int
export print-int and print-uint
2021-12-19 11:15:37 +09:00
Koichi Nakamura
d9c56df176 export print-int and print-uint 2021-12-19 11:14:40 +09:00
Koichi NAKAMURA
3ad520d275
Merge pull request #30 from nineties/remove-max-min-int
remove max-int and min-int from bitscan.fs
2021-12-19 07:55:25 +09:00
Koichi Nakamura
eb3ee87a30 remove max-int and min-int from bitscan.fs 2021-12-19 07:53:59 +09:00
Koichi NAKAMURA
909c185cc9
Merge pull request #29 from nineties/escaped_quotes
Add escaped single and double quotes
2021-12-12 16:12:51 +09:00
Koichi Nakamura
4227ac0ce0 Add escaped single and double quotes 2021-12-12 16:11:32 +09:00
Koichi Nakamura
d0bc652c5d Support escaped character in '..' 2021-12-09 10:56:50 +09:00
Koichi NAKAMURA
f0cc87b375
Merge pull request #28 from nineties/escaped-char
forgot '\\'
2021-12-09 09:04:15 +09:00
Koichi Nakamura
c209a2822e forgot '\\' 2021-12-09 09:02:37 +09:00
Koichi NAKAMURA
18d4bad843
Merge pull request #27 from nineties/escaped-char
Support escaped character in s"
2021-12-09 08:49:31 +09:00
Koichi Nakamura
d061166684 Support escaped character in s" 2021-12-09 08:47:46 +09:00
Koichi NAKAMURA
305c00b956
Merge pull request #26 from nineties/fileio-test
Add test/fileio.fs [WIP]
2021-12-09 08:21:33 +09:00
Koichi Nakamura
dce5a0ecb5 Add test/fileio.fs 2021-12-09 08:20:25 +09:00
Koichi NAKAMURA
81902f8656
Merge pull request #25 from nineties/lib-string
Wrote basic operations of lib/string
2021-12-08 08:41:22 +09:00
Koichi Nakamura
698759cd17 wrote basic operations of lib/string 2021-12-08 08:40:06 +09:00
Koichi Nakamura
584491e62e fix comment 2021-12-08 08:08:13 +09:00
Koichi Nakamura
0710e59677 Move OUT-OF-RANGE from lib/array.fs to lib/core.fs 2021-12-08 07:42:38 +09:00
Koichi NAKAMURA
8a3d114ae5
Merge pull request #24 from nineties/add-enum
Add "enum"
2021-12-08 06:13:45 +09:00
Koichi Nakamura
a41845693f Add "enum" 2021-12-08 06:11:20 +09:00
Koichi NAKAMURA
ec930cd3a1
Merge pull request #23 from nineties/fix_hello_world
Fix a bug of Hello World ... !
2021-12-07 02:34:47 +09:00
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