Commit graph

37 commits

Author SHA1 Message Date
Koichi Nakamura
e6474bd918 Add read-line and key-file 2021-01-04 17:05:48 +09:00
Koichi Nakamura
9be13d26ce Add input stream stack 2021-01-04 16:14:14 +09:00
Koichi Nakamura
81f07797dc Rename SUCCESS to success 2021-01-04 15:42:14 +09:00
Koichi Nakamura
e30be2e802 fix typo 2021-01-04 15:40:31 +09:00
Koichi Nakamura
9ecd13120e Remove fileop% 2021-01-04 15:35:55 +09:00
Koichi Nakamura
93b51d7cf8 fix indent 2021-01-04 11:11:56 +09:00
Koichi Nakamura
fa2ac12c55 Change name of constants uppercase 2021-01-04 11:10:46 +09:00
Koichi Nakamura
f20138a855 Add operations for defining struct 2021-01-04 10:20:51 +09:00
Koichi Nakamura
ca8f5a191f Add .s 2021-01-04 09:32:16 +09:00
Koichi Nakamura
0327f5e68b u.r and .r does not output following space 2021-01-04 09:31:40 +09:00
Koichi Nakamura
76c605af84 Add invert 2021-01-04 09:31:24 +09:00
Koichi Nakamura
c01cd8cc50 drop 2nd stage 2021-01-03 18:44:51 +09:00
Koichi Nakamura
eae23f223d Switched to 3rd stage interpreter 2021-01-03 18:40:30 +09:00
Koichi Nakamura
1ac0807b9e Fixed a bug 2021-01-03 17:59:45 +09:00
Koichi Nakamura
f81b22fb97 Need drop after create ... allot 2021-01-03 17:51:30 +09:00
Koichi Nakamura
eb62d20642 Fixed a bug 2021-01-03 17:51:07 +09:00
Koichi Nakamura
daef12b363 Add cmove, string and string, 2021-01-03 17:24:34 +09:00
Koichi Nakamura
70ddb49017 Change defnition of aligned and align. Add missing align at the top of :noname 2021-01-03 12:52:39 +09:00
Koichi Nakamura
fe234b5259 rename 'string' to 'litstring' 2021-01-03 09:36:41 +09:00
Koichi Nakamura
b6967eba48 Add add-error and exception 2021-01-03 08:17:41 +09:00
Koichi Nakamura
94a2d829c9 use statically allocate buffer for s" at immediate mode 2021-01-03 07:56:47 +09:00
Koichi Nakamura
62a3eee77e replace [ char ... ] literal to [char] ... 2021-01-03 07:56:27 +09:00
Koichi Nakamura
d1c0d93bec Reorder definitions 2021-01-03 02:01:26 +09:00
Koichi Nakamura
eea7ce9f3a Reorder definitions 2021-01-03 01:56:02 +09:00
Koichi Nakamura
2e5e9b3795 Wrote >number 2021-01-02 23:52:47 +09:00
Koichi Nakamura
db836051e0 Add number printers 2021-01-02 22:01:44 +09:00
Koichi Nakamura
45db4aeae8 Wrote 'throw' and 'catch' 2021-01-02 20:03:40 +09:00
Koichi Nakamura
657fbd550a fixed a bug of 'type' 2021-01-02 20:02:52 +09:00
Koichi Nakamura
d7a85fcc56 Rename string, to cmove, 2021-01-02 18:01:01 +09:00
Koichi Nakamura
3eaf59bae4 minor fix 2021-01-02 15:54:05 +09:00
Koichi Nakamura
7a67e8a57a Add align operations 2021-01-02 15:48:47 +09:00
Koichi Nakamura
1142fe1607 rename CMOVE, to STRING, 2021-01-02 15:36:08 +09:00
Koichi Nakamura
7b26a618c4 Rename cmove, to string, 2021-01-02 15:35:30 +09:00
Koichi Nakamura
35d4922551 fix comment 2021-01-02 14:09:18 +09:00
Koichi Nakamura
d816197fac fix copyright year 2021-01-02 13:29:46 +09:00
Koichi Nakamura
734f897a59 fix comments of bootstrap.fs 2021-01-02 13:14:16 +09:00
Koichi Nakamura
5d5bf83a5a Rename core.fs to bootstrap.fs 2021-01-02 12:51:25 +09:00
Renamed from core.fs (Browse further)