Skip to content

this should be a project to write a lexical analyser in C. This should create a really fast lexical analyser for mathmatical expressions. The Program will be benchmarked with a lexer generated by "lex".

Notifications You must be signed in to change notification settings

lhahner/lexical-analyser-fast-and-faster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

lexical analyzer

this should be a project to write a lexical analyser in C. This should create a really fast lexical analyser for mathmatical expressions. The Program will be benchmarked with a lexer generated by "lex".

Concept

This Program should do the lexical analysis of any given Lexems and afters save the cleaned string as a file which can be picked up by the parser. Input should a list of tokens of any formal language which will be processed by the lexer. References:

About

this should be a project to write a lexical analyser in C. This should create a really fast lexical analyser for mathmatical expressions. The Program will be benchmarked with a lexer generated by "lex".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages