Skip to content

A language made for a blog post, but that's also named after me

Notifications You must be signed in to change notification settings

evantypanski/ectlang

Repository files navigation

Usage (make sure you have flex, bison, and g++ installed):

  • bison parser.ypp
  • flex -o scanner.c scanner.lex
  • g++ main.cpp parser.tab.cpp nodes/*.cpp $(llvm-config-12 --ldflags --libs) $(llvm-config-12 --cxxflags) -o ectfrontend.out
  • ./ectfrontend.out < source.ect
  • clang++ test.ll
  • ./a.out

About

A language made for a blog post, but that's also named after me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages