From 0b35912033dfa8984629c760097ce6691a7e5816 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 2 Aug 2018 00:32:59 +1200 Subject: lex,parse: Add nand, nor Also update sample script to avoid idents colliding with keywords --- sample/gates.hence | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sample') diff --git a/sample/gates.hence b/sample/gates.hence index 6cd6aae..d004391 100644 --- a/sample/gates.hence +++ b/sample/gates.hence @@ -3,10 +3,10 @@ module gates input a input b -expr and: and a b -expr or: or a b -expr nand: nand a b -expr nor: nor a b -expr xor: xor a b +expr And: and a b +expr Or: or a b +expr Nand: nand a b +expr Nor: nor a b +expr Xor: xor a b expr nota: not a expr notb: not b -- cgit v1.1