From 792534b3888bc1b9c33047f1c312c4e17a720885 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 10 Aug 2022 18:53:34 +0200 Subject: Added syntactic sugar for strings & chars --- std/Byte.bruijn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 std/Byte.bruijn (limited to 'std/Byte.bruijn') diff --git a/std/Byte.bruijn b/std/Byte.bruijn new file mode 100644 index 0000000..72e2c6e --- /dev/null +++ b/std/Byte.bruijn @@ -0,0 +1,14 @@ +# MIT License, Copyright (c) 2022 Marvin Borner + +:import std/Combinator . + +:import std/List . + +# bit 0 +b0 F + +# bit 1 +b1 T + +# generates a byte with correct endianness +byte [[[[[[[[cons 0 (cons 1 (cons 2 (cons 3 (cons 4 (cons 5 (cons 6 (cons 7 empty)))))))]]]]]]]] -- cgit v1.2.3