sapphire/src
2022-08-03 15:22:13 +00:00
..
AST Changed a path so that VSCode's Intellisense stops complaining 2022-07-18 15:59:04 +02:00
external Move FormatString and tclap into their own external/ directory 2022-07-30 12:37:37 +00:00
Arguments.cpp benchmarking :) 2022-06-16 17:13:01 +02:00
Arguments.h Precompiled Header :) 2022-06-16 15:56:10 +02:00
Error.cpp Precompiled Header :) 2022-06-16 15:56:10 +02:00
Error.h Precompiled Header :) 2022-06-16 15:56:10 +02:00
FileIO.cpp Precompiled Header :) 2022-06-16 15:56:10 +02:00
FileIO.h Precompiled Header :) 2022-06-16 15:56:10 +02:00
Importer.cpp Moved all benchmark code to main() 2022-06-22 18:19:27 +02:00
Importer.h used clang-format :) 2022-06-14 16:29:51 +02:00
IRBuilder.cpp basic LLVM IR building and parsing 2022-07-15 14:28:05 +02:00
IRBuilder.h basic LLVM IR building and parsing 2022-07-15 14:28:05 +02:00
Lexer.cpp Run clang-format on project 2022-08-03 14:56:15 +00:00
Lexer.h Updated Lexer::make_lexer to return a unique_ptr 2022-06-22 18:12:50 +02:00
Location.cpp Precompiled Header :) 2022-06-16 15:56:10 +02:00
Location.h Precompiled Header :) 2022-06-16 15:56:10 +02:00
Normalizer.cpp Moved all benchmark code to main() 2022-06-22 18:19:27 +02:00
Normalizer.h used clang-format :) 2022-06-14 16:29:51 +02:00
Parser.cpp Added error on unfinished parsing 2022-08-03 15:22:13 +00:00
Parser.h Added Result class for error handling while parsing 2022-08-03 14:44:35 +00:00
Result.h Added error on unfinished parsing 2022-08-03 15:22:13 +00:00
sapphire.cpp Benchmark Parsing and IR Generation 2022-07-19 15:25:53 +02:00
sapphirepch.h benchmarking :) 2022-06-16 17:13:01 +02:00
Token.cpp FormatString.hpp in utils.h 2022-06-16 15:57:05 +02:00
Token.h Precompiled Header :) 2022-06-16 15:56:10 +02:00
utils.cpp benchmarking :) 2022-06-16 17:13:01 +02:00
utils.h utils.h definition 2022-07-02 11:46:07 +02:00