A cool programming language :)
apio
e4fd6c863a
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. |
||
---|---|---|
core | ||
editors/vscode/sapphirelang | ||
examples | ||
src | ||
.clang-format | ||
.gitignore | ||
build.sh | ||
CMakeLists.txt | ||
sapphire.cpp |