rustpython 0.1.1

A python interpreter written in rust.
textarea {
    font-family: monospace;
    resize: vertical;
}

#code,
#console {
    height: 30vh;
    width: calc(100% - 3px);
}

.CodeMirror {
    border: 1px solid #ddd;
    height: 30vh !important;
}

#run-btn {
    width: 6em;
    height: 2em;
    font-size: 24px;
}

#error {
    color: tomato;
    margin-top: 10px;
    font-family: monospace;
}

#code-wrapper {
    position: relative;
}

#snippets {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 25;
}