Skip to content

Contains code snippets and program examples for creating lexical analysers using FLEX

Notifications You must be signed in to change notification settings

athultr1997/FLEX_examples

Repository files navigation

FLEX_examples

Contains code snippets and program examples for creating lexical analysers using FLEX

Compilation

For compiling any .lex file, go to the specific folder and type the following commands:

>> flex <file_name>.lex
>> gcc lex.yy.c
>> ./a.out
(Program running...)

About

Contains code snippets and program examples for creating lexical analysers using FLEX

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published