madss / flop-lang

Yet another silly hobby programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flop-lang

Flop is yet another hobby programming language.

Usage

Build the interpreter with go build and pipe your program to it

cat examples/hello.flop | ./flop-lang

Features

Currently it supports all constructs needed to interpret a hello world program, like

fn main() {
    print("Hello, world!\n");
}

About

Yet another silly hobby programming language


Languages

Language:Go 100.0%