Skip to content

Commit

Permalink
refactor: split types
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Jan 25, 2024
1 parent 30bf107 commit 50753dc
Show file tree
Hide file tree
Showing 9 changed files with 1,581 additions and 1,574 deletions.
497 changes: 497 additions & 0 deletions include/common/array.hpp

Large diffs are not rendered by default.

1,670 changes: 101 additions & 1,569 deletions include/common/object.hpp

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions include/common/types.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#pragma once

#include "array.hpp"
#include "object.hpp"
#include "value.hpp"
Loading

0 comments on commit 50753dc

Please sign in to comment.