1
0
forked from GitHub/gf-core

started the chapters about the compiler

This commit is contained in:
krangelov
2021-10-11 09:07:06 +02:00
parent 8d075b1d57
commit 0977e9073f
4 changed files with 9 additions and 4 deletions

View File

View File

View File

View File

@@ -9,7 +9,12 @@ So, **Don't Panic!** and keep reading. This is a live document and will develop
**TABLE OF CONTENTS**
1. [Desiderata](DESIDERATA.md)
2. [Memory Model](memory_model.md)
3. [Abstract Expressions](abstract_expressions.md)
3. [Transactions](transactions.md)
1. Compilation
1. [Overview](CompilationOverview.md)
1. [Lambda Calculus](LambdaCalculus.md)
2. [Parallel Multiple Context-Free Grammars](PMCFG.md)
2. Runtime
1. [Desiderata](DESIDERATA.md)
2. [Memory Model](memory_model.md)
3. [Abstract Expressions](abstract_expressions.md)
4. [Transactions](transactions.md)