From: Mike D. Lowis Date: Thu, 15 Mar 2012 02:00:35 +0000 (-0400) Subject: Updated language spec outline X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=92217de57ea8564d0dab81311213b98a65e19354;p=archive%2Fdlang.git Updated language spec outline --- diff --git a/LANGUAGE.markdown b/LANGUAGE.markdown index 589d221..cad72ae 100644 --- a/LANGUAGE.markdown +++ b/LANGUAGE.markdown @@ -21,10 +21,22 @@ Datatypes #### Strings ### Blocks +#### Definition and Usage +#### Lexical Scoping +#### Performance and Behavior -Modules +### Streams + +Operations and Operators ---------------------------------------------- +### Arithmetic Operators +### Logical Operators +### Comparison Operators +### Operator Precedence + +Modules +---------------------------------------------- Macros ----------------------------------------------