nhabbott / Pie

A very rudimentary scripting language written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Go 100.0%