pintariching

Results 38 comments of pintariching

Most of it is commited to main right now, so feel free to pick up anything

Yeah that makes sense. No point in implementing these.

It could be that the `flatten` function doesn't need to be used as with `trim_start` and `trim_end`. I haven't seen where it's used yet. If you're new and want a...

Chumsky seems well maintained and apparently very fast. I'm leaning towards it.

Yeah after looking into it, I think I'm going to use the [swc](https://github.com/swc-project/swc) crates for parsing the js and css and try and rewrite their html compiler

I looked around in the swc crates and [I found it](https://github.com/swc-project/swc/tree/main/crates/swc_css_parser)

I've read that `cargo.lock` should be ignored for libraries but used for binaries, so that when you build it, it uses the same version libraries as it did on your...

It could be that some library version mismatch, maybe `serde_json` that is used in both projects?

Ok this seems great! I'll merge it.

I think it should look for all files that end in .rustle and compile them to a directory named `build`. Maybe make the output directory name configurable?