Skip to main content
  1. Projects/

ice

·52 words·1 min
Jake Roggenbuck
Author
Jake Roggenbuck
Working at Capital One as a SWE Intern as well as Programming Language Research during the school year.

Ice #

Programming language and interpreter

NAME
    ice

SYNOPSIS
    ice GROUP | COMMAND

GROUPS
    GROUP is one of the following:

     ice

COMMANDS
    COMMAND is one of the following:

     run
     step
print "this"
input "that: "
print "this and that"
int "856"
str "hey"
str $0
print $1
calc $1 + $1
dump