-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major rework of tokenization, parsing, and error handling.
- Loading branch information
1 parent
9c19cac
commit 9581aa4
Showing
12 changed files
with
1,581 additions
and
1,155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
; Prints a list of random numbers, using current epoch milliseconds as seed | ||
(var math (Math)) | ||
(var count 100) | ||
(print (math.random-list (math.make-random-generator (time.now)) count) "\n") | ||
(print (math (random-list (math (make-random-generator (std-time-now))) count)) "\n") |
Oops, something went wrong.