Skip to content

iddemirjs/lexical-analyzer-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lexical-anaylizer

Project Definition: The Program should accept a source file called code.Ceng and produce a text file named as code.lex that contains all the tokens of the code.lex listed one after the other.

Requirements

  • GNU Compiler Collection (gcc)

installation

$ LexicalAnalyze % gcc main.c -o LexicalAnalyzer
$ LexicalAnalyze % ./LexicalAnalyzer 

todo list

macro description status
getting terminal arguments Program should be give CLI arguments 💬
another type output Program should be creatable different outputs (xml,pdf,txt) 💬

About

XML converter in C programming language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published