Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ngallagher committed Feb 3, 2019
1 parent 85741b6 commit 25bdaf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and much more.

* [Overview](#overview)
* [Parallel Compilation](#parallel-compilation)
* [Scanner](#scanner)
* [Lexical Analysis](#lexical-analysis)
* [Parser](#parser)
* [Assembler](#graph-assembly)
* [Static Analysis](#static-analysis)
* [Evaluation](#evaluation)
* [Late Linking](#late-linking)
* [Command Directive](#command-directive)
* [Example Programs](#example-programs)
* [Mario](#mario)
Expand Down Expand Up @@ -64,6 +67,7 @@ and much more.
* [Annotations](#annotations)
* [Type Alias](#type-alias)
* [Import](#import)
* [Casting](#casting)
* [Coercion](#coercion)
* [Platform Integration](#platform-integration)
* [Tools](#tools)
Expand Down Expand Up @@ -748,7 +752,7 @@ for(entry in set){
println(entry);
}
```
#### Casting
#### Platform Integration
To leverage the large array of frameworks and services available on the Java platform any Java type can be instantiated, and any Java interface can be implemented.
Expand Down
6 changes: 0 additions & 6 deletions snap-tree/README

This file was deleted.

0 comments on commit 25bdaf9

Please sign in to comment.