From 96813b6b690076ef904995a90395baafa5c4bd41 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Thu, 17 Dec 2015 20:28:17 +0100 Subject: specify integer size in documentation --- rip-lang.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf