This commit is contained in:
Liam Waldron 2025-03-10 15:57:12 -04:00
parent d38cda55c1
commit 59ffb4a77d

View File

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