diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | test.bl | 3 |
2 files changed, 2 insertions, 2 deletions
@@ -2,3 +2,4 @@ build/ *~ aclocal.m4 +*.bl @@ -1,6 +1,5 @@ int a = 5; + int b = 6; int c = a * b; - -int num = 2 + 2 * 2; |
![]() |
index : bl-compiler.git | |
| compiler for the bl programming language. | Cori Barker |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | test.bl | 3 |
@@ -2,3 +2,4 @@ build/ *~ aclocal.m4 +*.bl @@ -1,6 +1,5 @@ int a = 5; + int b = 6; int c = a * b; - -int num = 2 + 2 * 2; |