Gilbert Brault 358143743b reorganized and update user guide 5 年之前
..
pyparsing.ipynb 95f559c5a0 adding extra verification in sketch parsing 5 年之前
readme.md 358143743b reorganized and update user guide 5 年之前

readme.md

Design Notes

Alternatives Drawing Libraries

Instead of Matplotlib, the following libraries could be used

Parsing yaml files expressions

In a point of time, we need to verify the syntax of yaml sketch definition, here are some parser which might help

in fact this is solved (an now implemented this summer 8/5/2020) with the ast module see the function sketchParse in the shapes.py module