Skip to content

Commit

Permalink
Merge pull request #19 from Arnau478/css
Browse files Browse the repository at this point in the history
CSS parser
  • Loading branch information
Arnau478 authored Jul 21, 2024
2 parents 91521e9 + cc11465 commit 01ed7a4
Show file tree
Hide file tree
Showing 4 changed files with 1,271 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/css.zig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pub const Tokenizer = @import("css/Tokenizer.zig");
pub const Ast = @import("css/Ast.zig");

test {
_ = Tokenizer;
_ = Ast;
}
Loading

0 comments on commit 01ed7a4

Please sign in to comment.