Venkatavaradan-R / mini-chapel-compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mini-chapel-compiler

Lexing

To compile the raw lexer, Create the lex (.l) file then:

  • lex lex.l (Generates lex.yy.c)
  • cc lex.yy.c -ll (generates an executable for the lexer)
  • ./a.out

About

License:Apache License 2.0


Languages

Language:C 93.1%Language:Lex 4.4%Language:C++ 2.2%Language:Makefile 0.1%Language:Chapel 0.1%