diff options
author | tomsmeding <hallo@tomsmeding.nl> | 2015-12-17 20:28:17 +0100 |
---|---|---|
committer | tomsmeding <hallo@tomsmeding.nl> | 2015-12-17 20:28:17 +0100 |
commit | 96813b6b690076ef904995a90395baafa5c4bd41 (patch) | |
tree | b48d4a150bcbfcde9576f59ee12ceb518a0213fd | |
parent | be7d53bdb640561b3b246845e98cf329d61f3705 (diff) |
specify integer size in documentation
-rw-r--r-- | rip-lang.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rip-lang.txt b/rip-lang.txt index 2ddc1ed..60ba5e5 100644 --- a/rip-lang.txt +++ b/rip-lang.txt @@ -1,7 +1,7 @@ Rip -- a stack-based rip language ================================= -All stack items are integers, of unspecified but reasonable size +All stack items are signed bigints. 0-9: push value P: pop |