ectlang
ectlang copied to clipboard
A language made for a blog post, but that's also named after me
Usage (make sure you have flex, bison, and g++ installed):
bison parser.yppflex -o scanner.c scanner.lexg++ main.cpp parser.tab.cpp nodes/*.cpp $(llvm-config-12 --ldflags --libs) $(llvm-config-12 --cxxflags) -o ectfrontend.out./ectfrontend.out < source.ectclang++ test.ll./a.out