ww5 created page: build instructions authored by Wieselquist, William's avatar Wieselquist, William
......@@ -78,7 +78,8 @@ Acronyms make defining word boundaries difficult and the best way to handle them
With those definitions in mind, let's define a set of word conventions. The main technical goal is to use the different ways of writing words to distinguish between as many parts of the language as possible.
1.``VAR`` variables
1. ``VAR`` variables
* description: use underscores and all lower case
* regex: ``<VAR>``=``<SNAKE>``
2. classes
......
......