Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit ed40ae6

Browse files
committed
update?
1 parent 0121860 commit ed40ae6

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
version: 'current'
2525
- name: Build
2626
run: |
27-
raco pkg install --auto --skip-installed riposte semilit monotonic
27+
raco pkg install --auto -i riposte semilit monotonic nanopass
2828
make build
2929
- name: Deploy
3030
uses: peaceiris/actions-gh-pages@v3

info.rkt

-7
This file was deleted.

post/2020-12-26-frontend-to-nanopass.scrbl

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#lang scribble/manual
2-
@(require (for-label racket))
2+
@(require (for-label racket
3+
(only-in nanopass
4+
define-language
5+
define-pass
6+
terminals)))
37

48
@title{從 frontend(compiler) 到 nanopass}
59
@author[(author+email "Lîm Tsú-thuàn" "dannypsnl@gmail.com")]

0 commit comments

Comments
 (0)