Skip to content

Latest commit

 

History

History

myLanguageFirstStage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
This is the first stage of "myLanguage" project using C language.
Up to here it has the lexical analyzer and the grammar working fine.

I ported it to C++ to manage easier the table of symbols, strings, 
queues and other data structures.