diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-10-29 20:06:51 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-10-29 20:06:51 -0400 |
commit | 3395cd7dc356b61fe48ee9d755eef8a7b19ee9f1 (patch) | |
tree | 7ff4dcc5fc9e24021fd5d754a8a8ecd2df3a6df4 /tests/parameter-test.tnsl | |
parent | 8502bdd410c5a685a66a218fa97ddd2e7d207d30 (diff) |
[AST] Statement parsing (incomplete)
Still need to figure out a check for a type followed by a value
Diffstat (limited to 'tests/parameter-test.tnsl')
-rw-r--r-- | tests/parameter-test.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parameter-test.tnsl b/tests/parameter-test.tnsl index 254db75..96f6d41 100644 --- a/tests/parameter-test.tnsl +++ b/tests/parameter-test.tnsl @@ -13,6 +13,6 @@ See the License for the specific language governing permissions and limitations under the License. #/ - +;int another = 0 /; loop (int initial = 0, complex = 2) [initial < max || complex < 40, initial++, complex += 7, another += 2] ;/ |