Skip to content

Instantly share code, notes, and snippets.

@xpmatteo
Created March 7, 2024 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xpmatteo/a01b705c5e33281034d044bda632c324 to your computer and use it in GitHub Desktop.
Save xpmatteo/a01b705c5e33281034d044bda632c324 to your computer and use it in GitHub Desktop.
Sample PIC source
#
# See https://pikchr.org/home/doc/trunk/doc/userman.md
# And https://pikchr.org/home/pikchrshow
#
U: ellipse "Unit" mono "tests" mono thickness 0 fill lightgreen
move wid 0.2
SHELL: circle wid 200% thickness 0 fill lightblue
move wid 0.2
A: ellipse \
"Acceptance" mono "tests" mono \
thickness 0 fill lightblue
CORE: circle at SHELL.c "Core" mono "logic" mono thickness 0 fill lightgreen
arrow thin from U.e to CORE.w
arrow thin from A.w to SHELL.e
text "Shell" mono at SHELL.s.x,SHELL.s.y+0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment