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
d9c7b753f8c59dbf341c45dd68963c1c2abfb5b3
sml-projects
/
functional-core
History
Humza Shahid
541fdd877f
fix minor compiler errors
2024-08-08 23:45:24 +01:00
..
app-init.sml
add redo stack, and adjust functions to clear it when new triangle or triangle_stage is added; when an undo function is called, the undoHd becomes the redoHd, and undo becomes undoTl, which is expected behaviour. Still need to implement REDO_ACTION though.
2024-08-08 23:10:38 +01:00
app-type.sml
add redo stack, and adjust functions to clear it when new triangle or triangle_stage is added; when an undo function is called, the undoHd becomes the redoHd, and undo becomes undoTl, which is expected behaviour. Still need to implement REDO_ACTION though.
2024-08-08 23:10:38 +01:00
app-update.sml
fix minor compiler errors
2024-08-08 23:45:24 +01:00
app-with.sml
done with functional-core logic for redo (now just need to send REDO_ACTION on key callback when shortcut is pressed)
2024-08-08 23:43:38 +01:00
click-points.sml
remove instances of 'local ... in ... end', replacing it with opauque structures with signatures, because I like the lower indentation level and additional whitespace in the latter
2024-08-08 01:37:46 +01:00
graph-lines.sml
remove instances of 'local ... in ... end', replacing it with opauque structures with signatures, because I like the lower indentation level and additional whitespace in the latter
2024-08-08 01:37:46 +01:00
ndc.sml
additional refactoring (almost 100/home/humza/Downloads/sml/dotscape/dotscape.mlb done refactoring functional core)
2024-08-08 00:50:36 +01:00
triangle-stage.sml
additional refactoring (almost 100/home/humza/Downloads/sml/dotscape/dotscape.mlb done refactoring functional core)
2024-08-08 00:50:36 +01:00
triangles.sml
remove instances of 'local ... in ... end', replacing it with opauque structures with signatures, because I like the lower indentation level and additional whitespace in the latter
2024-08-08 01:37:46 +01:00