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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,4 +38,16 @@ The AST types need to be regenerated after changing
38
38
the AST type definitions in `generate-ast.ts`.
39
39
```shell
40
40
npm run regen
41
-
```
41
+
```
42
+
43
+
## Acknowledgements
44
+
45
+
This project adapts the `Conductor Interface` from [source-academy/conductor](https://github.com/source-academy/conductor), which is part of the Source Academy ecosystem.
46
+
47
+
Specifically, all files under the following folders are derived from the conductor repository:
48
+
49
+
-`src/conductor/`
50
+
-`src/common/`
51
+
-`src/conduit/`
52
+
53
+
All credits go to the original authors of the Source Academy Conductor Interface.
0 commit comments