Expression execution seems to be working

This commit is contained in:
Rafał Grodziński
2025-05-30 22:32:04 +09:00
parent 1aceef1273
commit 2c1b91e0ab
6 changed files with 101 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
cc -g -std=c++17 -lc++ src/*.cpp -o brb
cc -g -std=c++17 -lc++ -lllvm -DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1 -L/usr/local/opt/llvm/lib -I/usr/local/opt/llvm/include src/*.cpp -o brb