Added entries to TOC.

This commit is contained in:
Bobbi Webber-Manners 2018-05-01 15:40:54 -04:00 committed by GitHub
parent d017ef92d2
commit 6bd1264a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Includes:
- Virtual Machine
# Table of Contents
- [Intro](#Intro)
- [Intro](#intro)
- [EightBall Language Reference and Tutorial](#eightball-language-reference-and-tutorial)
- [Variables](#variables)
- [Expressions](#expressions)
@ -21,6 +21,8 @@ Includes:
- [Input and Output](#input-and-output)
- [Line Editor](#line-editor)
- [EightBall Compiler and Virtual Machine](#eightball-compiler-and-virtual-machine)
- [VM Internals](#vm-internals)
- [Interpreter/Compiler Internals](#interpreter-compiler-internals)
- [Code Examples](#code-examples)
# Intro