Shell: Move everything to the Shell namespace

Also provide a basic default-constructor.
This commit is contained in:
AnotherTest 2020-10-01 18:13:01 +03:30 committed by Andreas Kling
commit f164b808b5
Notes: sideshowbarker 2024-07-19 02:03:08 +09:00
17 changed files with 115 additions and 17 deletions

View file

@ -33,6 +33,8 @@
namespace GUI {
using namespace Shell;
enum class AugmentedTokenKind : u32 {
__TokenTypeCount = (u32)AST::Node::Kind::__Count,
OpenParen,