Skip to content

Instantly share code, notes, and snippets.

@Proximyst
Last active November 19, 2017 14:41
Show Gist options
  • Save Proximyst/8a804d8556d71121107f0e0b793a29e6 to your computer and use it in GitHub Desktop.
Save Proximyst/8a804d8556d71121107f0e0b793a29e6 to your computer and use it in GitHub Desktop.
Lang Spec

Comments

// Comment
/*
 Comment
*/
(expression) // Works
(expression /* works. parsed as (expression) */)

Operators

Variables/constants

Keywords (reserved)

Functions

Classes

Generics

Modifiers

Visibility

Data Types

Primitives

Macros

Restrictions

Compiler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment