carlo 0.5.1

A simple interpreted programming language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
USAGE
    carlo [subcommand]
    carlo [subcommand] [input file]
    carlo [subcommand] [input file] [flags]
    carlo help [subcommand]

SUBCOMMANDS
    help        display this help menu
    run         executes an input file
    latex       converts an input file into LaTeX
    version     displays the current version of Carlo

HELP
    Execute `carlo help` to see this menu.
    Execute `carlo help [subcommand]` to get help on a specific subcommand.
    Execute `carlo help -i` for an interactive help menu.