Skip to content

evantypanski/ectlang

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages