RafaelMonteiro95 / jubilators

Repo pro trabalho de jubiladores

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building

You can just call make from command line to build everything or make lex_compile to generate just the flex C code and then make c_compile to generate the executable.

Running

Call make run or add gcc- to your PATH. gcc- require a source file path.

Usage: gcc- [filename]

The program generates a file with all found tokens and shall print any errors, if encountered.

About

Repo pro trabalho de jubiladores


Languages

Language:Lex 71.0%Language:C++ 19.9%Language:Makefile 9.1%