Skip to content

Commit

Permalink
No need for an index
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolique authored Jul 12, 2023
1 parent 9c09216 commit 5959df7
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,6 @@ Definition for the Vyne Programming language. The Vyne language is an imaginary

[![Discord](https://img.shields.io/discord/530598289813536771.svg)](https://discord.gg/dHkA4bP)

## Index
* [Goals](#goals)
* [Notes](#notes)
* [Features](#features)
* [Comments](#comments)
* [Casting](#casting)
* [Blocks](#blocks)
* [Basic](#small_orange_diamond-basic)
* [Deferred](#small_orange_diamond-deferred)
* [Paralleled](#small_orange_diamond-paralleled)
* [Block Chaining](#block-chaining)
* [Else](#small_orange_diamond-else)
* [Then](#small_orange_diamond-then)
* [Choices](#choices)
* [If](#small_orange_diamond-if)
* [Switch](#small_orange_diamond-switch)
* [Loops](#loops)
* [Loop](#small_orange_diamond-loop)
* [While](#small_orange_diamond-while)
* [For](#small_orange_diamond-for)
* [Do while](#small_orange_diamond-do-while)
* [Foreach](#small_orange_diamond-foreach)
* [General Statements](#general-statements)
* [Delay expression](#small_orange_diamond-delay-expression)
* [Label](#small_orange_diamond-label)
* [Break](#small_orange_diamond-break)
* [Continue](#small_orange_diamond-continue)
* [Subroutines](#subroutines)
* [Function](#small_orange_diamond-function)
* [Boolean operators](#boolean-operators)
* [Scope](#scope)
* [Numbers Syntax Sugar](#numbers-syntax-sugar)

## Goals

* The Vyne language is a general purpose programming language.
Expand Down

0 comments on commit 5959df7

Please sign in to comment.