Koichi NAKAMURA
|
4c91bcb9a8
|
Merge pull request #45 from nineties/use-struct
speed up python version using struct module
|
2021-12-29 21:31:29 +09:00 |
|
Koichi Nakamura
|
7701f3d825
|
speed up python version using struct module
|
2021-12-29 21:17:00 +09:00 |
|
Koichi NAKAMURA
|
4764a103ab
|
Merge pull request #44 from nineties/replace-array-by-memory
replace bytearray instead of array (python version)
|
2021-12-29 20:16:58 +09:00 |
|
Koichi Nakamura
|
384089eb28
|
replace bytearray instead of array (python version)
|
2021-12-29 20:15:40 +09:00 |
|
Koichi NAKAMURA
|
03c10d094d
|
Merge pull request #43 from nineties/fix_signedness_bug_of_python
Fix signedness bug of python
|
2021-12-29 10:22:43 +09:00 |
|
Koichi Nakamura
|
864d09157b
|
fix bugs related to signedness of python version
|
2021-12-29 10:21:34 +09:00 |
|
Koichi Nakamura
|
a3d207de10
|
remove debugprint
|
2021-12-29 08:47:20 +09:00 |
|
Koichi Nakamura
|
46c6196c2c
|
change unit size of array of python version
|
2021-12-29 07:41:11 +09:00 |
|
Koichi NAKAMURA
|
f7cd936d79
|
Merge pull request #41 from nineties/add-filemode
add filemode to open
|
2021-12-29 06:48:26 +09:00 |
|
Koichi Nakamura
|
f38e55984f
|
add filemode to open
|
2021-12-29 06:47:40 +09:00 |
|
Koichi NAKAMURA
|
b6f99ebaf4
|
Merge pull request #40 from nineties/export-align
Export i32%, u32%, i16%, u16%
|
2021-12-20 19:04:00 +09:00 |
|
Koichi Nakamura
|
a245dc862c
|
Export i32%, u32%, i16%, u16%
|
2021-12-20 18:41:40 +09:00 |
|
Koichi NAKAMURA
|
ed61b06184
|
Merge pull request #39 from nineties/add-new-align
Add i32%, u32%, i16%, u16%
|
2021-12-20 17:48:59 +09:00 |
|
Koichi Nakamura
|
82334990a3
|
Add i32%, u32%, i16%, u16%
|
2021-12-20 17:46:16 +09:00 |
|
Koichi NAKAMURA
|
67c4b25adc
|
Merge pull request #37 from nineties/fix_bug_of_write_file
fixed a bug of write-file
|
2021-12-19 23:25:31 +09:00 |
|
Koichi Nakamura
|
470086b4f8
|
fixed a bug of write-file
|
2021-12-19 23:24:44 +09:00 |
|
Koichi NAKAMURA
|
8f97e3fd65
|
Merge pull request #36 from nineties/remove_debugprint
Remove debug print
|
2021-12-19 23:11:27 +09:00 |
|
Koichi Nakamura
|
6acbad1b12
|
Remove debug print
|
2021-12-19 23:10:26 +09:00 |
|
Koichi NAKAMURA
|
3ea474ed49
|
Merge pull request #35 from nineties/o_trunc
Set O_TRUNC by default
|
2021-12-19 23:08:57 +09:00 |
|
Koichi Nakamura
|
907162bbfd
|
Set O_TRUNC by default
|
2021-12-19 23:07:56 +09:00 |
|
Koichi NAKAMURA
|
62b3e3c2ee
|
Merge pull request #34 from nineties/create_mode
create file with mode 0644
|
2021-12-19 23:00:49 +09:00 |
|
Koichi Nakamura
|
9caf854e0c
|
create file with mode 0644
|
2021-12-19 22:59:51 +09:00 |
|
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 |
|