EmmaLedwidge / sparse

my experimental forth system
0 stars 0 forks source link

Numerics #5

Open EmmaLedwidge opened 9 years ago

EmmaLedwidge commented 9 years ago

Literals and output eg '.', 'type'

EmmaLedwidge commented 9 years ago

not sure about multiple base support yet, lex entries can easily process different reps eg 0xdeadbeef or deadbeedh <- bah 0bah ba/h 101/b or trad hex 0deadbeef ? pretty sure anything other than decimal,octal,hexadecimal and binary is more exotic than required though. String literal handling is also an irritation - simplest perhaps just to store permenantly in data space