Skip to content

A simple showcase on how to create a simple math language in python with lark

Notifications You must be signed in to change notification settings

MegaIng/simple-language-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-language-example

A simple showcase on how to create a simple math language in python with lark

Divided in 4 Steps:

  1. Basic parsing, first grammar definition
  2. AST-generation and AST-executor
  3. Advanced Features: builtin-function calls and builtin-constant lookup
  4. Advanced Features: function and variable definitions

About

A simple showcase on how to create a simple math language in python with lark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages