Skip to content

fauzanzaid/Lexer-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lexer-in-C

A lexer implemented in C

Building

First, download the dependencies:

./download_dependencies.sh

Then, to build the static library, run the following commands from the terminal:

mkdir build ; cd build && cmake .. && make ; cd ..

This will build libLexer.a in ./lib directory.

Usage

See include/Lexer.h for information about functionality provided by this module