A cool programming language :)
Go to file
apio 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
core Precompiled Header :) 2022-06-16 15:56:10 +02:00
editors/vscode/sapphirelang Initial commit (added Sapphire to source control) 2022-03-11 17:00:09 +01:00
examples new changes i said 2022-06-09 17:24:50 +02:00
src Updated Lexer::make_lexer to return a unique_ptr 2022-06-22 18:12:50 +02:00
.clang-format used clang-format :) 2022-06-14 16:29:51 +02:00
.gitignore Initial commit (added Sapphire to source control) 2022-03-11 17:00:09 +01:00
build.sh convenient build script, we like that =D 2022-06-08 17:43:29 +02:00
CMakeLists.txt Precompiled Header :) 2022-06-16 15:56:10 +02:00
sapphire.cpp disclaimer :) 2022-06-08 20:16:14 +02:00