Skip to content

nhabbott/Pie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pie

Codacy Badge

A very rudimentary scripting language written in Golang.

Math

Math in pie follows no normal guide lines... To add numbers, you must surround them with parenthesis like (55). For example, print (55) would result in 10.

Compilation Commands

Normal: go run pie.go -f=path/to/file.pie Verbose: go run pie.go -f=path/to/file.pie -v

In Progress

  • Lexer
  • Parser
  • Expressions

To be Implemented

  • Features
    1. Functions
    2. Variables

About

A very rudimentary scripting language written in Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages