[go: nahoru, domu]

Skip to content
/ Flex Public

Compiler designed for Flex programming language

Notifications You must be signed in to change notification settings

Cem-Gulec/Flex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Tokens are generated one by one calling "get_next_token" method 
of "LexicalAnalyzer" class and then saving to specified output 
file for testing purposes #

source code path -> .\sample_source_code.txt
output path for generated tokens -> .\sample_output_tokens.txt

You can run the compiler with the following example command,
to be able to test lexical analyzer module: 

command -> compiler.py .\sample_source_codes\test_source_code.flex

About

Compiler designed for Flex programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages