evaltrees 0.1.0

A simple term-rewriting interpreter that displays intermediate expressions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
body {
	background-color: black;
	display: flex;
	flex-direction: row;
	height: 100vh;
	margin: 0;
}

#terminal {
	display: flex;
	flex-grow: 1;
	margin: 0.5em;
}