/Pie

A very rudimentary scripting language written in Golang

Primary LanguageGoApache License 2.0Apache-2.0

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