Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Non-Det Interpreter #1725

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

65 changes: 0 additions & 65 deletions .eslintrc.json

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
*.js
!eslint.config.js
!docs/jsdoc/templates/**/*.js
!docs/lib/**/*.js
*.map
Expand Down
89 changes: 0 additions & 89 deletions docs/lib/non-det.js

This file was deleted.

105 changes: 0 additions & 105 deletions docs/md/README_3_NON-DET.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/md/README_NON-DET.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/md/README_top.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ the Source Academy.

#### <a href="source_2_typed.pdf">Specification of Source §2 Typed</a>

#### <a href="source_3_nondet.pdf">Specification of Source §3 Non-Det</a>

#### <a href="source_3_concurrent.pdf">Specification of Source §3 Concurrent</a>

#### <a href="source_3_typed.pdf">Specification of Source §3 Typed</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/specs/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PDFLATEX = latexmk -pdf

SPECSNUMS = 1 1_lazy 1_wasm 1_type_inference 1_infinite_loop_detection 1_typed 2 2_lazy 2_typed 3_type_inference 3 3_nondet 3_concurrent 3_typed 4 4_explicitcontrol 4_gpu 4_typed styleguide 2_stepper studio_2 python_1
SPECSNUMS = 1 1_lazy 1_wasm 1_type_inference 1_infinite_loop_detection 1_typed 2 2_lazy 2_typed 3_type_inference 3 3_concurrent 3_typed 4 4_explicitcontrol 4_gpu 4_typed styleguide 2_stepper studio_2 python_1

SPECS = $(SPECSNUMS:%=source_%)

Expand Down
85 changes: 0 additions & 85 deletions docs/specs/source_3_nondet.tex

This file was deleted.

Loading
Loading