Skip to content

Yet another program language with a name inspired by my cat

License

Notifications You must be signed in to change notification settings

marcopacini/maki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maki

maki-lang or just Maki is a programming language built for fun completely written in Go. It is not absolutely production ready and probably will never be.

fun hello(name) {
    print "Meowww, " + name +  "!"
}
hello("World") // print Meowww, World!

Maki was written is being written keeping in mind that is should be easy to read. So the implementation choices are very affected by KISS principle.

Run

Build
go build
REPL
./maki
File
./maki program.maki

To Do

  • foreach syntax
  • Closure
  • Class
  • Module

Nice to have

  • switch statement
  • break statement
  • continue statement

Credits

This project owe much indeed to @munificient's book: Crafting Interpreters. In fact Maki is deeply inspired by Lox.

About

Yet another program language with a name inspired by my cat

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published