Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marc Coiffier
BHR
Commits
4a43a8e4
Commit
4a43a8e4
authored
Apr 30, 2019
by
Marc Coiffier
Browse files
Successful build (on Tue Apr 30 19:29:18 CEST 2019)
parent
dc6738db
Changes
1
Hide whitespace changes
Inline
Side-by-side
capricon/src/Algebra/Monad/Concatenative.hs
View file @
4a43a8e4
...
...
@@ -136,6 +136,7 @@ instance StackSymbol String where
atomClass
"}"
=
Close
atomClass
(
'
\'
'
:
t
)
=
Quoted
t
atomClass
(
'
\x8217
'
:
t
)
=
Quoted
t
atomClass
(
'
\x82
'
:
'
\x17
'
:
t
)
=
Quoted
t
atomClass
(
'"'
:
t
)
=
Quoted
(
init
t
)
atomClass
(
':'
:
t
)
=
Comment
(
TextComment
t
)
atomClass
x
=
maybe
(
Other
x
)
Number
(
matches
Just
readable
x
)
...
...
Write
Preview
Supports
Markdown
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