- Notifications
You must be signed in to change notification settings - Fork2.6k
Deno implementation of MAL#546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
graeme-lockley wants to merge20 commits intokanaka:masterChoose a base branch fromgraeme-lockley:master
base:master
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes from1 commit
Commits
Show all changes
20 commits Select commitHold shift + click to select a range
dbda7a9
chore: add deno into the setup
graeme-lockleyd92cbb1
feature: step 0 - the REPL
graeme-lockleyca20b4a
feature: step 2 read and print
graeme-lockley679bc22
feature: report error if closing brace is received
graeme-lockley3da692b
refactor: tidy up hash map
graeme-lockley38a8ad1
feature: step 2 eval
graeme-lockleyffa79f0
feature: introduce a keyword
graeme-lockley46d997e
feature: step 3 environments
graeme-lockley171f0cf
feature: step 4 if fn do
graeme-lockley481c283
feature: step 5 tail call optimization
graeme-lockley6870702
fix: missed processing the second last do parameter
graeme-lockleybb1c64c
feature: step 6 files, mutation and evil
graeme-lockley88440d4
feature: step 7 quoting
graeme-lockleyc011f7d
feature: step 8 macros
graeme-lockleybb3a096
refactor: simplify the macro expansion
graeme-lockleyafb53f9
feature: step 9 try
graeme-lockleyd35daed
feature: step A metadata and self hosting
graeme-lockleyc52da1b
refactor: simplify the handling of core parameters
graeme-lockley877bf28
refactor: sort core procedures
graeme-lockley12c7658
chore: create Dockerfile
graeme-lockleyFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
NextNext commit
chore: add deno into the setup
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitdbda7a9ba915528a0d9c25a310a3263d70b45053
There are no files selected for viewing
3 changes: 2 additions & 1 deletionMakefile
This file contains hidden or 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
2 changes: 2 additions & 0 deletionsimpls/deno/run
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
exec deno run --allow-all $(dirname $0)/${STEP:-stepA_mal}.ts "${@}" |
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.