Commit graph

218 commits

Author SHA1 Message Date
Koichi NAKAMURA
f7356eb63b
Merge pull request #55 from qartis/use-depth-for-.s
Use 'depth' in definition of '.s'
2022-08-18 11:30:37 +09:00
Andrew Fuller
5b40121201 Use 'depth' in definition of '.s' 2022-08-17 19:20:31 -07:00
Andrew Fuller
f4c66ec409 Fix some typos 2022-08-17 19:10:20 -07:00
Koichi Nakamura
c6121e5cd1 fix open-file 2022-01-15 15:39:57 +09:00
Koichi Nakamura
005b1fad79 minor fix 2022-01-09 17:33:58 +09:00
Koichi Nakamura
47e75ab015 export arshift 2022-01-09 17:33:45 +09:00
Koichi Nakamura
ba7a8b2781 fix a bug 2022-01-01 15:45:16 +09:00
Koichi Nakamura
370a8b0198 fix a bug and export strncpy 2022-01-01 15:43:24 +09:00
Koichi Nakamura
3675697fe5 export quit 2021-12-31 20:44:55 +09:00
Koichi Nakamura
384089eb28 replace bytearray instead of array (python version) 2021-12-29 20:15:40 +09:00
Koichi Nakamura
a245dc862c Export i32%, u32%, i16%, u16% 2021-12-20 18:41:40 +09:00
Koichi Nakamura
82334990a3 Add i32%, u32%, i16%, u16% 2021-12-20 17:46:16 +09:00
Koichi Nakamura
470086b4f8 fixed a bug of write-file 2021-12-19 23:24:44 +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
9caf854e0c create file with mode 0644 2021-12-19 22:59:51 +09:00
Koichi Nakamura
2629adaafe Add O_CREAT to W/O and W/R 2021-12-19 22:47:33 +09:00
Koichi Nakamura
e4d6b1c38d fix bugs of write-file 2021-12-19 21:46:11 +09:00
Koichi Nakamura
d9c56df176 export print-int and print-uint 2021-12-19 11:14:40 +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
c209a2822e forgot '\\' 2021-12-09 09:02:37 +09:00
Koichi Nakamura
d061166684 Support escaped character in s" 2021-12-09 08:47:46 +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
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
a28cbc259f fixed a bug 2021-12-04 20:53:22 +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
4969a37e2b fix typo 2021-12-02 12:35:00 +09:00
Koichi Nakamura
72edf5a953 fix memory leak in close-file 2021-05-06 07:56:35 +09:00
Koichi Nakamura
05f99af07d Add sourcefilename 2021-05-06 00:21:23 +09:00
Koichi Nakamura
c92e4992ad Add not-supported exception 2021-05-05 23:24:06 +09:00
Koichi Nakamura
9f176b88d2 Merge branch 'main' of github.com:nineties/planckforth into main 2021-05-05 23:14:12 +09:00
Koichi Nakamura
ff98060c1a Fix README and comments about shift operations 2021-05-05 23:11:29 +09:00
Koichi Nakamura
a5e38663e2 Fix message of need-defined 2021-05-05 21:47:58 +09:00
Ethan Blanton
971afae59a nearlest -> nearest 2021-01-20 10:51:45 -05:00
Ethan Blanton
bc7be89175 small typo 2021-01-20 10:45:49 -05:00
Ethan Blanton
4f2518c382 small typos, error in documentation for W 2021-01-20 10:42:00 -05:00
Koichi Nakamura
17be0a6c89 Fixed bug of (free) 2021-01-17 21:09:29 +09:00
Koichi Nakamura
02dd3dcc06 Add 'free' 2021-01-17 20:14:42 +09:00
Koichi Nakamura
bb4ab5f431 Fixed a bug of }private 2021-01-17 12:57:21 +09:00
Koichi Nakamura
5d758cc15f Implement private and export 2021-01-17 12:38:10 +09:00
Koichi Nakamura
c18bbf7710 fixed a bug 2021-01-16 10:29:34 +09:00
Koichi Nakamura
9ce6585e10 Add compile, 2021-01-16 09:12:08 +09:00
Koichi Nakamura
44b3376dab Fixed :noname and pass tests 2021-01-16 09:01:03 +09:00
Koichi Nakamura
487ece4158 Add "value" and "to" 2021-01-16 08:36:03 +09:00
Koichi Nakamura
f61ee0bab0 Add ?do. Passed test of ?do 2021-01-15 18:47:52 +09:00
Koichi Nakamura
f321addd29 fix stack notation of do-loop 2021-01-15 18:34:37 +09:00