mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:57:34 +00:00
LibWeb: Move Token and Tokenizer into Parser namespace
This commit is contained in:
parent
7272997b1b
commit
bf786d66b1
8 changed files with 52 additions and 51 deletions
|
@ -7,14 +7,13 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Types.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
#include <math.h>
|
||||
|
||||
namespace Web::CSS {
|
||||
|
||||
class Tokenizer;
|
||||
|
||||
class Number {
|
||||
friend class Tokenizer;
|
||||
friend class Parser::Tokenizer;
|
||||
|
||||
public:
|
||||
enum class Type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue