This repository was archived by the owner on Oct 22, 2022. It is now read-only.
This repository was archived by the owner on Oct 22, 2022. It is now read-only.
Test & implement: Component for extracting IDL fragments from HTMLFileContents #41
Closed
Description
FOAM's HTMLLexer
provides a stream of openTag
/closeTag
/textFragment
s. With some basic tag matching on <pre>
open/close tags, we can extract the contents of <pre class="idl">
instances. We also need to filter out instances that are inside a <* class="example">
or <* class="note">
tag (as done here in the proof-of-concept code).