Skip to content

prayaspoudel/ectlang

 
 

Repository files navigation

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

  • bison parser.ypp
  • flex -o scanner.c scanner.lex
  • g++ parser.tab.cpp nodes/*.cpp main.cpp

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 57.1%
  • C 42.5%
  • Other 0.4%