Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Apr 6, 2024
1 parent 3d49627 commit ac0cde3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/lang1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Interpreter of lambda calculus with explicit substitution.
```scheme
(define name body)
(define (name arg ...) body)
(import "./file.scm")
(lambda (name) ret)
(let ([name exp] ...) body)
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dedent": "^1.5.1"
},
"devDependencies": {
"@types/node": "^20.12.4",
"@types/node": "^20.12.5",
"@xieyuheng/test-runner": "^0.2.10",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
Expand Down

0 comments on commit ac0cde3

Please sign in to comment.