Variables (#8)

This commit was merged in pull request #8.
This commit is contained in:
2026-05-02 20:12:15 -05:00
parent f9733f3b20
commit 9bc6ad1c92
10 changed files with 100 additions and 27 deletions

View File

@@ -19,6 +19,8 @@ public:
[[nodiscard]] Value at(int pos) const;
[[nodiscard]] size_t size() const;
void set(int pos, Value const& val);
void push_fp();
void pop_fp();