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 ***/