sapphire/src
2022-11-01 22:28:34 +01:00
..
AST implicit casts between integer/floating point types yay!! 2022-08-26 17:29:20 +02:00
external Move FormatString and tclap into their own external/ directory 2022-07-30 12:37:37 +00:00
Arguments.cpp Change -m* arguments to -* 2022-08-26 16:03:54 +02:00
Arguments.h Update Arguments 2022-08-26 15:55:45 +02:00
Error.cpp REFACTOR!! 2022-08-26 12:00:14 +02:00
Error.h IT OUTPUTS OBJECT FILES!!!!!!!!!!!!!!!!!!!!!!!!!! 2022-08-24 16:24:32 +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
GlobalContext.cpp WE CAN MAKE FUNCTIONS NOW!!!!!!!!!!!!!!!!!!!!!!!!! 2022-08-25 18:49:43 +02:00
GlobalContext.h WE CAN MAKE FUNCTIONS NOW!!!!!!!!!!!!!!!!!!!!!!!!! 2022-08-25 18:49:43 +02:00
IRBuilder.cpp Avoid forward declaring the entry point without actually defining it 2022-08-26 17:33:03 +02:00
IRBuilder.h REFACTOR!! 2022-08-26 12:00:14 +02:00
Lexer.cpp Lexer, Parser: Reorder constructors and use ssize_t for signed indices 2022-11-01 22:28:21 +01:00
Lexer.h Lexer, Parser: Reorder constructors and use ssize_t for signed indices 2022-11-01 22:28:21 +01:00
Location.cpp Location: Add copy and move constructors and fix operator= 2022-11-01 22:27:45 +01:00
Location.h Location: Add copy and move constructors and fix operator= 2022-11-01 22:27:45 +01:00
Parser.cpp Lexer, Parser: Reorder constructors and use ssize_t for signed indices 2022-11-01 22:28:21 +01:00
Parser.h Lexer, Parser: Reorder constructors and use ssize_t for signed indices 2022-11-01 22:28:21 +01:00
Result.h Result: Reorder constructors 2022-11-01 22:28:34 +01:00
sapphire.cpp Update Arguments 2022-08-26 15:55:45 +02:00
sapphirepch.h REFACTOR!! 2022-08-26 12:00:14 +02:00
Token.cpp Token: Add a copy constructor and fix operator= 2022-11-01 22:27:18 +01:00
Token.h Token: Add a copy constructor and fix operator= 2022-11-01 22:27:18 +01:00
utils.cpp WE CAN MAKE FUNCTIONS NOW!!!!!!!!!!!!!!!!!!!!!!!!! 2022-08-25 18:49:43 +02:00
utils.h WE CAN MAKE FUNCTIONS NOW!!!!!!!!!!!!!!!!!!!!!!!!! 2022-08-25 18:49:43 +02:00