nessa-language 0.9.1

An extensible programming language with a strong type system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
h3 {
    background-color: var(--md-primary-fg-color--light);
    color: white;
    border-radius: 0.25em;
    padding-left: 0.5em;
    font-style: italic;
}

h3 > .precedence {
    font-size: 0.75em;
    float: right;
    padding-right: 0.5em;
    line-height: 2em;
}