Skip to content

Commit 6b26861

Browse files
committed
[reader] Remove old parser
1 parent 8882ecb commit 6b26861

File tree

12 files changed

+2
-685
lines changed

12 files changed

+2
-685
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616
variant: "CS"
1717
version: ${{ matrix.racket-version }}
1818
- name: Installing packages and their dependencies
19-
run: raco pkg install --no-docs --auto --link smalltalk-reader smalltalk-parser
19+
run: raco pkg install --no-docs --auto --link smalltalk-reader
2020
- name: Compiling smalltalk-reader and its docs
2121
run: raco setup --check-pkg-deps --unused-pkg-deps --pkgs smalltalk-reader
22-
- name: Compiling smalltalk-parser and its docs
23-
run: raco setup --check-pkg-deps --unused-pkg-deps --pkgs smalltalk-parser
2422
- name: Testing packages
25-
run: raco test -xt -p smalltalk-reader smalltalk-parser
23+
run: raco test -xt -p smalltalk-reader

smalltalk-parser/info.rkt

Lines changed: 0 additions & 12 deletions
This file was deleted.

smalltalk-parser/parse.rkt

Lines changed: 0 additions & 163 deletions
This file was deleted.

smalltalk-parser/parse/block.rkt

Lines changed: 0 additions & 35 deletions
This file was deleted.

smalltalk-parser/parse/expr.rkt

Lines changed: 0 additions & 28 deletions
This file was deleted.

smalltalk-parser/parse/interface.rkt

Lines changed: 0 additions & 17 deletions
This file was deleted.

smalltalk-parser/parse/message.rkt

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)