Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
csci71-lib
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Brian Guadalupe
csci71-lib
Commits
e2a52251
Commit
e2a52251
authored
Mar 20, 2023
by
Brian Guadalupe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved GUI import to main submodule
parent
b7eaff6b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
expander.rkt
tm/expander.rkt
+1
-1
No files found.
tm/expander.rkt
View file @
e2a52251
#
lang
br/quicklang
#
lang
br/quicklang
(
require
(
except-in
tm/tmachine
run
)
(
require
(
except-in
tm/tmachine
run
)
(
only-in
tm/gui
simulate
)
racket/set
)
racket/set
)
(
provide
(
rename-out
[
tm-module-begin
#
%module-begin
])
(
provide
(
rename-out
[
tm-module-begin
#
%module-begin
])
...
@@ -114,6 +113,7 @@
...
@@ -114,6 +113,7 @@
(
define
this-tm
(
define
this-tm
(
make-tm-config
raw-prgm
))
(
make-tm-config
raw-prgm
))
(
module+
main
(
module+
main
(
require
(
only-in
tm/gui
simulate
))
(
display
"Input string: "
)
(
display
"Input string: "
)
(
define
input
(
read-line
))
(
define
input
(
read-line
))
(
set-input!
this-tm
input
)
(
set-input!
this-tm
input
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment