Created
March 7, 2024 13:52
-
-
Save xpmatteo/a01b705c5e33281034d044bda632c324 to your computer and use it in GitHub Desktop.
Sample PIC source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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