Benutzer-Werkzeuge

Webseiten-Werkzeuge


cocoaheads:ragel

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
cocoaheads:ragel [2017/07/20 23:05] – [Beispiel: XML Parser] mrococoaheads:ragel [2021/02/01 11:37] (aktuell) – [Beispiel: SVG Path Parser] mro
Zeile 74: Zeile 74:
  
  * [[http://www.w3.org/TR/SVG11/paths.html#PathDataBNF|Grammatik beim W3C]]  * [[http://www.w3.org/TR/SVG11/paths.html#PathDataBNF|Grammatik beim W3C]]
- * [[https://github.com/mro/MROGeometry/blob/master/MROGeometry/PathParser.rl|Ragel Input]] + * [[https://codeberg.org/mro/MROGeometry/src/branch/master/MROGeometry/PathParser.rl|Ragel Input]] 
- * [[https://github.com/mro/MROGeometry/blob/master/MROGeometry/PathParser.m|Ragel Output (Objective C)]]+ * [[https://codeberg.org/mro/MROGeometry/src/branch/master/MROGeometry/PathParser.m|Ragel Output (Objective C)]]
  * {{:cocoaheads:pathparser.pdf|Ragel Output (Zustandsautomat PDF)}}  * {{:cocoaheads:pathparser.pdf|Ragel Output (Zustandsautomat PDF)}}
  
Zeile 84: Zeile 84:
  
  * [[http://www.w3.org/TR/REC-xml/#NT-document|Grammatik beim W3C]]  * [[http://www.w3.org/TR/REC-xml/#NT-document|Grammatik beim W3C]]
- * [[https://gist.github.com/mro/591942#file-xmlloaderragel-rnc|RelaxNG Schema]]+ * [[https://gist.github.com/mro/591942#file-schema-rnc|RelaxNG Schema]]
  * [[https://gist.github.com/mro/591942#file-xmlloaderragel-rl|Ragel Input]]  * [[https://gist.github.com/mro/591942#file-xmlloaderragel-rl|Ragel Input]]
  * [[https://gist.github.com/mro/591942#file-xmlloaderragel-m|Ragel Output (Objective C)]]  * [[https://gist.github.com/mro/591942#file-xmlloaderragel-m|Ragel Output (Objective C)]]
  * {{:cocoaheads:xmlloaderragel.pdf|Ragel Output (Zustandsautomat PDF)}}  * {{:cocoaheads:xmlloaderragel.pdf|Ragel Output (Zustandsautomat PDF)}}
 +
 == Ausblick: Zustandsautomaten == Ausblick: Zustandsautomaten
  
Zeile 93: Zeile 94:
  
 {{ http://zedshaw.com/essays/HubState_small.png }} {{ http://zedshaw.com/essays/HubState_small.png }}
- 
 == Vielen Dank == Vielen Dank
  
cocoaheads/ragel.1500584733.txt.gz · Zuletzt geändert: 2017/07/20 23:05 von mro