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: docs/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ Gendo is a locally executed, AI-assisted programming system designed for offline
6
6
7
7
The Gendo toolchain consists of three main executables:
8
8
9
-
-**`gndc`**: The compiler front-end that processes natural language headers and generates implementation files
10
-
-**`gnd`**: The runtime interpreter for executing `.gnd` scripts
11
-
-**`gndtest`**: The test runner for evaluating test cases
9
+
-**`gnd`**: The runtime interpreter for executing `.gnd` scripts ([Roadmap](https://github.com/hyperifyio/gnd/issues/31))
10
+
-**`gndc`**: The compiler front-end that processes natural language headers and generates implementation files ([Roadmap](https://github.com/hyperifyio/gnd/issues/24))
11
+
-**`gndtest`**: The test runner for evaluating test cases ([Roadmap](https://github.com/hyperifyio/gnd/issues/23))
0 commit comments