aboutsummaryrefslogtreecommitdiff
path: root/include/openvic-dataloader/detail/SymbolIntern.hpp
Commit message (Collapse)AuthorAgeLines
* Add find_intern to v2script Parseradd/find_intern Spartan3222024-07-06-0/+13
|
* Fix string interning pointer invalidity for ASTsimplify-string-interning Spartan3222024-07-05-2/+254
| | | | | | | | | | | | | | | | | | Fix errorneous string intern compare Add symbol interning tests Optimize non-conversion identifier cases Add `File::size()` Add InstanceOf concept Remove `FlatValue::value(const symbol_interner_type&)` Add `AbstractSyntaxTree::intern/intern_cst(lexy::lexeme)` overload Add `DiagnosticLogger::intern/intern_cstr(lexy::lexeme)` overload Use pinned_vector to maintain string interning pointer validity for buffers Add vmcontainer submodule for pinned_vector pinned_vector reserves virtual memory at runtime using OS APIs to maintain pointer validity Remove Exception and RTTI requirement from range-v3 submodule
* Fix bugs in #37fix/error-handling Spartan3222024-05-11-0/+14
Fix error handling dropping errors Fix error handling segfaults Improve error messages