Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you know about the sass package? #1

Open
gaborcsardi opened this issue Aug 10, 2019 · 5 comments
Open

Do you know about the sass package? #1

gaborcsardi opened this issue Aug 10, 2019 · 5 comments

Comments

@gaborcsardi
Copy link

AFAICT it can parse CSS files. katana seems to be somewhat unmaintained TBH.

@hrbrmstr
Copy link
Owner

hrbrmstr commented Aug 10, 2019 via email

@clauswilke
Copy link

clauswilke commented Aug 10, 2019

I'll take a look at what the sass pkg can do. Alternatively, I think the right way forward with katana would be to not treat it as an external dependency but to just take all the code, integrate into a package, and start maintaining. Certainly beats writing a flex based parser from scratch.

@clauswilke
Copy link

I may have been overly optimistic about katana. It doesn't include the bison/flex source files, so it's essentially unmaintainable. The maintainers have ignored requests to provide these files for about two years.

I looked at sass also. I don't see how it can be used to parse CSS. At least, this functionality does not seem to be exported via R. If I'm missing something I'd be happy to be proven wrong.

@gaborcsardi
Copy link
Author

I looked at sass also. I don't see how it can be used to parse CSS. At least, this functionality does not seem to be exported via R. If I'm missing something I'd be happy to be proven wrong.

The C lib they use can most probably parse CSS, so maybe open an issue to see if they want a PR?

@gaborcsardi
Copy link
Author

Btw. there is also http://www.netsurf-browser.org/projects/libcss/ but that does not seems to be an easy thing to wrap, either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants