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
21512cc979197d0acd4e21c100192a42cdf8ae6e
sml-projects
/
fcore
/
parsing
/
tokens.sml
2 lines
74 B
Standard ML
Raw
Normal View
History
Unescape
Escape
done with parsing logic in functional core
2025-07-12 03:08:05 +01:00
structure
Tokens
=
struct
datatype
t
=
L_BRACE
|
R_BRACE
|
INT
of
int
end
Reference in New Issue
Copy Permalink