Skip to content

Commit 42ec558

Browse files
committed
Add spec link & tech tree
1 parent f69ebc0 commit 42ec558

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
This specification describes the requirements and business logic of the HertzScript coroutine systems.
44

5-
View the specification here:
5+
[Click here to view the specification.](http://hzscript.io/dist/Specification.html)
66

7-
# Reference Systems
7+
# Reference Systems & Supporting Technologies
88

99
- [HertzScript Compiler](https://github.com/hertzscript/Compiler)
10+
- [Babel](https://babeljs.io/)
11+
- [Acorn](https://github.com/acornjs/acorn)
12+
- [marktail](https://github.com/Floofies/marktail)
1013
- [HertzScript Virtual Machine](https://github.com/hertzscript/VirtualMachine)
1114
- [HertzScript Multitasking Dispatcher](https://github.com/hertzscript/Dispatcher)
1215
- [HertzScript Multiprocessing Isolate](https://github.com/hertzscript/Isolate)
1316
- [HertzScript Programming Environment](https://github.com/hertzscript/Environment)
14-
- [Babel](https://babeljs.io/)
15-
- [Acorn](https://github.com/acornjs/acorn)
16-
- [marktail](https://github.com/Floofies/marktail)
1717

1818
# Project Objective
1919

0 commit comments

Comments
 (0)