memory-spec 0.3.0

A single source of truth for all your memory.x files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
memory-spec
===========

A single source of truth for all your memory.x files.

## Expressions

All values are treated as `i64`. They can be specified either as an integer directly, or as a
string containing an expression to be evaluated.

## Operators
`+`, `-`, `*`, and `/` are implemented. Semantics and precedence are the same as C, except
overflows will result in an error.