You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Scheme-PLUS-for-Racket
2
2
Scheme+ for DrRacket by Damien Mattei.
3
3
4
-
Install as a package with the [package manager](https://pkgs.racket-lang.org/package/Scheme-PLUS-for-Racket) or from source code.
4
+
Install as a package with the [package manager](https://pkgs.racket-lang.org/package/Scheme-PLUS-for-Racket)(could be a 24 hours delay from github.com to pkgs.racket-lang.org) or from Github source code.
@@ -26,6 +26,12 @@ Again you will have all the information about errors with the true line number d
26
26
Another method is to use the [Makefile](https://github.com/damien-mattei/Scheme-PLUS-for-Racket/blob/main/examples/racket/Makefile) provided (see docs).
27
27
28
28
29
+
**Changes of version 10.5:**
30
+
31
+
Correct some typos about assignment operators.(strangely a line was commented)
32
+
33
+
Check that infix code is correct before parsing it to prefix.(previously some wrong code could have been truncated by the parser to the most great valid expression)
0 commit comments