docs: initial version of the documentation

This commit is contained in:
Misko Hevery
2014-12-08 14:29:04 -08:00
parent d2c7c84e8e
commit 829c28f3ee
16 changed files with 1307 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# Change Detection
* Mechanisms by which changes are detected in the model
* DAG
* Order of evaluation
* Pure Functions
* `onChange` method
* Parser

View File

@ -0,0 +1,7 @@
# Expressions
## Binding Semantics
### Formatters
## Statement Semantics

View File

@ -0,0 +1,3 @@
# Record
## RecordRange