Skip to content

Commit

Permalink
Merge branch 'negative-tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
James Hutcheon authored and James Hutcheon committed Nov 3, 2023
2 parents 81d87f3 + 19fcc7f commit e9dc133
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ This is a implementation of the language in go, with a few additions:


## Table of Contents
- [Language Specification](#language-specification)
- [Basic Operations](#basic-operations)
- [Index notation for strings](#index-notation-for-strings)
- [Arrays](#arrays)
- [Maps](#maps)
- [Statement Termination](#statement-termination)
- [Control Flow and Looping](#control-flow-and-looping)
- [Functions](#functions)
- [Usage](#usage)
- [Build and run immediately](#build-and-run-immediately)
- [Build and run from local directory](#build-and-run-from-local-directory)
- [Build and install to GOPATH](#build-and-install-to-gopath)

- [Language Specification](#language-specification)
- [Basic Operations](#basic-operations)
- [Index notation for strings](#index-notation-for-strings)
- [Arrays](#arrays)
- [Maps](#maps)
- [Statement Termination](#statement-termination)
- [Control Flow and Looping](#control-flow-and-looping)
- [Functions](#functions)
- [Classes](#classes)
- [Usage](#usage)
- [Tests](#tests)
- [Install to GOPATH](#install-to-gopath)
## Language Specification

glox is a basic language with some object oriented features.
Expand Down

0 comments on commit e9dc133

Please sign in to comment.