about summary refs log tree commit diff stats
path: root/baremetal/shell/value-stack.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-02-11 22:03:09 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-02-11 22:04:09 -0800
commit2ffd995524ef5dc7fee86136b3fa0cb8247fb6b7 (patch)
tree044ae4100a1ce6a9457effafff5c08a1d8b17290 /baremetal/shell/value-stack.mu
parent8b95a1be65b857b1a48e93a2ac8223253315a332 (diff)
downloadmu-2ffd995524ef5dc7fee86136b3fa0cb8247fb6b7.tar.gz
7727 - baremetal/shell: 1+1
Diffstat (limited to 'baremetal/shell/value-stack.mu')
-rw-r--r--baremetal/shell/value-stack.mu3
1 files changed, 3 insertions, 0 deletions
diff --git a/baremetal/shell/value-stack.mu b/baremetal/shell/value-stack.mu
index c456f2e5..1ea4180f 100644
--- a/baremetal/shell/value-stack.mu
+++ b/baremetal/shell/value-stack.mu
@@ -1,3 +1,6 @@
+# value stacks encode the result of a program at a single point in time
+# they are typically rendered vertically
+
 type value-stack {
   data: (handle array value)
   top: int