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 22:59] – [Wie komme ich drauf?] 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]]
- * [[http://gist.github.com/591942#file_schema.rnc|RelaxNG Schema]] + * [[https://gist.github.com/mro/591942#file-schema-rnc|RelaxNG Schema]] 
- * [[http://gist.github.com/591942#file_xml_loader_ragel.rl|Ragel Input]] + * [[https://gist.github.com/mro/591942#file-xmlloaderragel-rl|Ragel Input]] 
- * [[http://gist.github.com/591942#file_xml_loader_ragel.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)}}
  
Zeile 94: Zeile 94:
  
 {{ http://zedshaw.com/essays/HubState_small.png }} {{ http://zedshaw.com/essays/HubState_small.png }}
- 
 == Vielen Dank == Vielen Dank
  
cocoaheads/ragel.1500584344.txt.gz · Zuletzt geändert: 2017/07/20 22:59 von mro