Init, basic tokenizer setup.

This commit is contained in:
Marvin Blum
2015-09-21 13:26:17 +02:00
commit 651c7451d1
9 changed files with 108 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# ASL
ASL stands for Arma Scripting Language, which is a language compiled to SQF.
This scripting language tries to simplify Arma mod development and eliminate the pain of bad syntax using SQF.
## Syntax
```
...
```