Skip to content

BenMaltby/Slang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slang (Stack-Lang)

made to learn the stages of language translation. Just for fun 👍

Stages:

  • Lexical Analysis (creating tokens from expression)
  • Generate Syntax tree, from given tokens, based on language rules and instruction significance
  • Syntax tree is recursively traversed and each branch is evaluated

Screenshot:

About

Very basic stack based maths language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages