bl-compiler

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f90babce5096cf1e6eb61b22b70c08a69c39a581
parent b3f83360282bfe327c0ccbeecab706e0e7d2c050
Author: Cori Barker <coribarker2@gmail.com>
Date:   Mon,  9 Feb 2026 12:59:16 +0000

Ignore .bl

Diffstat:
M.gitignore | 1+
Mtest.bl | 3+--
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -2,3 +2,4 @@ build/ *~ aclocal.m4 +*.bl diff --git a/test.bl b/test.bl @@ -1,6 +1,5 @@ int a = 5; + int b = 6; int c = a * b; - -int num = 2 + 2 * 2;