|
|
@ -12,7 +12,7 @@ Sol a scripting language (whose name is subject to change) that aims to take the |
|
|
|
|
|
|
|
Here's a taste of what the language itself looks like: |
|
|
|
|
|
|
|
``` |
|
|
|
```lua |
|
|
|
-- This is a comment, and there's an assignment below! |
|
|
|
a = 1 |
|
|
|
while a < 10 do |
|
|
@ -153,6 +153,8 @@ After those (but more practically, with them), the following will be coming: |
|
|
|
|
|
|
|
**Makefiles.** Being a non-conformist is fun, but will probably hurt in the long run :P |
|
|
|
|
|
|
|
**Documentation.** More thorough documentation will be coming soon, I promise. |
|
|
|
|
|
|
|
Contributing |
|
|
|
------------ |
|
|
|
|
|
|
|