Replies: 2 comments
-
I could provide a xml formatter and syntax highlight utils. |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi ! yeah ! I went to it by reading the issue/question. Sample syntax:# BasicKeys.xml
sequence (BDIRGYNOKPFCU, origin=True):
all (DB* -> *ID) # "draw a grid"
one (D -> G, limit=1) # "put an end"
# put a start far from the end
one:
rule (D -> R limit=1)
field (for="R" from="G" on="RID")
one (RID -> *NO, limit=1)
# draw a non-optimal path from start to end
one (temperature=2.0):
rule (OID -> YNO)
rule (OIG -> YNG)
field (for=O, to=G, on="GIDO")
one (RNY -> KFR, limit=1)
markov:
one (UID -> CCU)
one (RID -> OCU)
one:
rule (RNY -> FFR)
rule (ONY -> FPR)
rule (RNG -> FFG)
rule (ONG -> FPG)
all (CID -> *CC)
all (I -> B) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was playing with the organisation of the two main features, and also added more of a cohesive colour palette. What do you think?
of course, it could quite as easily be swapped over
or just about anything. What do you prefer?
Also, syntax highlighting. It's just a matter of putting a
<span>
around the text you want styled, and styling that. Easily adjustable.Beta Was this translation helpful? Give feedback.
All reactions