This website requires JavaScript.
Explore
Help
Register
Sign In
humza
/
sml-projects
Watch
1
Star
0
Fork
0
You've already forked sml-projects
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d3d7955727682bb41ae266fdfdddcc298086c209
sml-projects
/
imperative-shell
/
shell.sml
7 lines
85 B
Standard ML
Raw
Normal View
History
Unescape
Escape
init
2024-07-28 14:22:17 +01:00
structure
Shell
=
struct
restructure a bit to make the GLFW-initialisation code its own separate structure/file, and so we can use shell.sml for running program in different ways
2025-08-26 13:00:18 +01:00
fun
main
(
)
=
InitGlfw.
main
(
)
init
2024-07-28 14:22:17 +01:00
end
restructure a bit to make the GLFW-initialisation code its own separate structure/file, and so we can use shell.sml for running program in different ways
2025-08-26 13:00:18 +01:00
val
_
=
Shell.
main
(
)
Reference in New Issue
Copy Permalink