XmlEda

From Clothbot

Jump to: navigation, search

Contents

XML EDA

HDL Parsing using XSLT 2.0

Why XSLT 2.0?

  • Has regular expression support.
  • Primary language parser itself can be transformed via XSLT into application-specific transforms.
  • Primary language parser could be transformed into Lex/Yacc or JavaCC compile-able code.
  • Easy to maintain

Sample Code

References

Personal tools