Skip to content

Saecki/comeondosomething

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comeondosomething

CI LOC

A statically typed scripting language

CLI

comeondosomething 0.2.0
Saecki <tobiasschmitz2001@gmail.com>
A statically typed scripting language

USAGE:
    cods [COMMAND][OPTIONS] [-- EXPRESSION]

EXPRESSION:
    An expression that will be evaluated

COMMANDS:
    r, run   <file>         Run a file
    c, check <file>         Check a file
    i, interactive          Start an interactive repl

OPTIONS:
    -h, --help              Show this help message
    -v, --version           Print the version
    -f, --format <format>   The output format [default: "pretty"] [possible values: "pretty", "json"]

TODO

  • structs struct A { b: int, c: float }
  • Generics for functions fun a<T>(i: T) -> T { i }
  • Warnings
    • Unnecessary semicolons (if a newline is following)

About

A statically typed scripting language

Resources

Stars

Watchers

Forks

Languages