Skip to content

Commit 173934d

Browse files
author
Danny Milosavljevic
committed
add some to-be-fixed-bugs documentation
1 parent 5ed9b40 commit 173934d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TODO

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Maybe make [] a reader macro (don't forget to provide a way to rebuild the origi
77

88
= Fix Bugs =
99

10+
2*-5
11+
2* -5
1012
loading modules (for example the one where GetLastError! is in) causes GetLastError() to be clobbered.
1113
'\ (is interpreted as a lambda. Also '\\).
1214

@@ -57,6 +59,7 @@ TUI: allow multi-line entry in history (maybe just use a global history used by
5759

5860
= Beauty =
5961

62+
In raiseMissingSymbolError, make sure to include (client) moduleFilename in the resulting message.
6063
Right now, (‒) is used for the prefix operator. This isn't distinguishable much from (-), maybe get rid of the special case (how?)...
6164
Math: indentation for 'if, 'rec, 'let, ';, ': - don't forget nested ifs.
6265
pattern-match a:b:c:nil back to the [] macro (this is already done for the Cons builtin but not if the Cons has not yet been built).

0 commit comments

Comments
 (0)