Parser
Parser copied to clipboard
:page_facing_up: Documented Style Sheets Parser
The markup parser (as prototype of any multi-line parser) does not correctly determine the end of the current multi-line comment segment. This is the problematic code: ``` // find the...
I would like to get a bit more control over which elements in the markup recieve the state values. This would help when building up elements of more than just...
For our project we are implementing a custom parser which parses multiline fields with markdown formatting. Empty lines within markdown denote separation between paragraphs and are therefore important to retain....
I like the syntax of DSS very much, especially when compared to KSS ( http://warpspire.com/kss/) because its more strict. But KSS has the advantage that it allows to express a...
Is it possible to get the source associated/that follows a comment block e.g. If I wanted to have my colour variables in a sass file: ``` scss // // @name...
I'm evaluating style guide generators, DSS didn't really come up in my research, but someone mentioned it, and I notice there's no online demo linked. Is it fair to say...
The unit tests added in https://github.com/DSSWG/DSS/pull/66 are failing.
We need more robust and fool-proof parsing. Currently, the implementation is pretty benign (lots of regex matching, normalizing strings, half-hazard `.replace()` calls and an overall very rudimentary version of a...
Is it possible to get compile attribute selector states? `@state [disabled]` -> `".attr-disabled"` If not, that would be awesome!
Could you please add custom fields support in parser? ``` /** * @name Button * @description Your standard form button. * * @custom Some custom info * @templateName Link to...