File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This specification describes the requirements and business logic of the HertzScript coroutine systems.
4
4
5
- View the specification here:
5
+ [ Click here to view the specification. ] ( http://hzscript.io/dist/Specification.html )
6
6
7
- # Reference Systems
7
+ # Reference Systems & Supporting Technologies
8
8
9
9
- [ 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)
10
13
- [ HertzScript Virtual Machine] ( https://github.com/hertzscript/VirtualMachine )
11
14
- [ HertzScript Multitasking Dispatcher] ( https://github.com/hertzscript/Dispatcher )
12
15
- [ HertzScript Multiprocessing Isolate] ( https://github.com/hertzscript/Isolate )
13
16
- [ 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 )
17
17
18
18
# Project Objective
19
19
You can’t perform that action at this time.
0 commit comments