File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,10 @@ Here's the overview of what we will be doing and where we will go:
3838* [ Errors & Exceptions] ( 04_errors.html ) Exception handling and messages used throughout project. Creation of error messages.
3939* [ Primitives] ( 05_primitives.html ) Primitive functions that are loaded into the environment.
4040* [ REPL] ( 06_repl.html ) Read Eval Print Loop to test out our work so far.
41- * ** IO** Reading and writing to files for both Scheme commands and the reading of program files.
42- * ** Standard Library** Creation of Scheme standard library from primitive functions.
43- * ** Conclusion** We conclude the project, giving some final
41+ * [ IO] ( 07_io.html ) Reading and writing to files for both Scheme commands and the reading of program files.
42+ * [ Standard Library] ( 08_stdlib.html ) Creation of Scheme standard library from primitive functions.
43+ * [ Test] ( 09_test.html ) Confirm Scheme syntax and semantics.
44+ * [ Conclusion] ( 10_conclusion.html ) We conclude the project, giving some final
4445 thoughts on the project.
4546
4647## Why Lisp ?
You can’t perform that action at this time.
0 commit comments