PaddiM8
|
ce65eb79a8
|
Changed lexer to allow any symbol as identifier as long as it isn't already used for syntax.
|
2020-06-07 19:08:33 +02:00 |
|
PaddiM8
|
3db7c215d3
|
Change hint highlight to gray.
|
2020-06-07 19:02:07 +02:00 |
|
PaddiM8
|
c1facbe6f1
|
Implemented simple syntax highlighting and symbol-completion.
|
2020-06-07 18:56:28 +02:00 |
|
PaddiM8
|
aeed8049fc
|
Fixed output not displaying small-ish decimal numbers properly.
|
2020-06-06 17:20:40 +02:00 |
|
PaddiM8
|
d0536d6bd6
|
Created CalcError enum and centralised error formatting into once place.
|
2020-06-06 16:28:48 +02:00 |
|
PaddiM8
|
25dcc81bad
|
Improved output.
|
2020-06-06 14:55:30 +02:00 |
|
PaddiM8
|
1056206d49
|
Removed trailing zeroes from results.
|
2020-06-05 17:06:24 +02:00 |
|
PaddiM8
|
3a8e939ac0
|
Removed self.advance() code duplication in lexer.
|
2020-06-04 20:09:43 +02:00 |
|
PaddiM8
|
cbc0b340a1
|
Renamed to 'kalk'.
|
2020-06-04 19:43:43 +02:00 |
|