From 59ffb4a77d1023bdd741dd842b4233c1c717a7ff Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Mon, 10 Mar 2025 15:57:12 -0400 Subject: [PATCH] hi --- compiler/hell.l | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compiler/hell.l b/compiler/hell.l index 841e382..af1ecfe 100644 --- a/compiler/hell.l +++ b/compiler/hell.l @@ -15,6 +15,12 @@ character { printf("char"); } large_decimal { printf("double"); } CLion { printf("void"); } +"An integer is the number zero (0), a positive natural number (1, 2, 3,...), or the negation of a positive natural number (-1, -2, -3,...)." { printf("int"); } + +"A character is a semiotic sign, symbol, grapheme, or glyph - typically a letter, a numerical digit, an ideogram, a hieroglyph, a punctiation mark, or another typographic mark." { printf("char"); } + +"A decimal numeral (also often just decimal or, less correctly, decimal number), refers generally to the notation of a number in the decimal numeral system." { printf("float"); } + /*** Library declarations ***/