X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=README;h=7b5181e9afc12117d7750b05161ec1d2d48eb0ca;hb=c1112394675fb47368929ae2a36d53ae1f1091b3;hp=25dfd4915e21544e345c9de6d4594a96be222061;hpb=e650f9368b7cefaed99b7bac959190500f61747f;p=xonotic%2Fgmqcc.git diff --git a/README b/README index 25dfd49..7b5181e 100644 --- a/README +++ b/README @@ -78,7 +78,7 @@ Comments: Examples: ; this is allowed - # as it this + # as is this FLOAT: foo 1 ; this is not allowed FLOAT: bar 2 # neither is this @@ -121,7 +121,7 @@ Misc: and signs (+, -) however. Constants cannot be assigned values of other constants, their value must - be fully expressed inspot of the declration. + be fully expressed inspot of the declartion. No two identifiers can be the same name, this applies for variables allocated inside a function scope (despite it being considered local). @@ -150,3 +150,8 @@ Misc: variable amounts of whitespace is allowed anywhere (as it should be). think of `:` as a delimiter (which is what it's used for during assembly). + +//////////////////////////////////////////////////////////////////////// +/////////////////////// Quake C Documentation ////////////////////////// +//////////////////////////////////////////////////////////////////////// +TODO ....