Commit Graph

7 Commits

Author SHA1 Message Date
e4fd6c863a Updated Lexer::make_lexer to return a unique_ptr
This is part of my quest to replace all unneeded std::shared_ptrs for
std::unique_ptrs to improve performance, since there is no need for
reference counting for pointers that are uniquely used. I also had to
change the first parameter of Lexer::assign_parent_location to a
std::unique_ptr<Lexer>& so that it can accept the new result of
make_lexer.
2022-06-22 18:12:50 +02:00
8b1bb00d75 Precompiled Header :) 2022-06-16 15:56:10 +02:00
4f6a1235a0 used clang-format :) 2022-06-14 16:29:51 +02:00
09064b1581 More documentation for the Lexer 2022-06-08 20:06:56 +02:00
073a97c7b6 documentation for Lexer 2022-06-08 20:05:28 +02:00
60059e1091 ast stuff 2022-06-02 18:25:01 +02:00
1ba46c44cf Initial commit (added Sapphire to source control) 2022-03-11 17:00:09 +01:00