You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-20Lines changed: 42 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,35 +1,24 @@
1
1
# tcb
2
2
3
-
tcb is a small BASIC Interpreter written in C.
3
+
tcb is a small [BASIC](http://en.wikipedia.org/wiki/BASIC) Interpreter
4
+
written in C.
4
5
5
6
## Current Status
6
7
7
-
Under active development.
8
-
9
-
## Road to v1.0.0
10
-
11
-
The following components are complete:
12
-
13
-
* Scanner
14
-
* Parser
15
-
* Abstract Syntax Tree
16
-
* Man page
17
-
18
-
The following components are in progress:
19
-
20
-
* Unit Tests
21
-
22
-
The following components remain:
23
-
24
-
* i18n/l10n
8
+
The "basics" are done and working. The interpreter implements the
9
+
[Tiny BASIC](http://en.wikipedia.org/wiki/Tiny_BASIC) dialect of BASIC.
10
+
Development will continue with the goal of implementing successively more
11
+
complete dialects of BASIC.
25
12
26
13
## Requirements
27
14
28
15
*[C compiler](http://www.gnu.org/software/gcc/) and standard build tools ([make](http://www.gnu.org/software/make/), [sh](http://www.gnu.org/software/bash/), ...).
0 commit comments