Skip to content

This our own programming language, with lexer, parser and interpreter made using C

Notifications You must be signed in to change notification settings

manishnaik69/ATLAS-LANGUAGE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

atlasLanguage

A lexer, parser and interpretor made using C.

This is a simple expression evaluator which can perform binary operations by taking in string expressions.

This is made as a project in DS to understand the C language better and to understand the concepts behind a compiler or an interpretor.

The lexer tokenises the expression, returns the tokens which gets passed to the parser which then converts it into a postfix exression, which can be evaluated using the expression evaluator.

About

This our own programming language, with lexer, parser and interpreter made using C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published