serene/include/serene/reader
Sameer Rahmani fde6636ca2 Modify the Node and MaybeX to contain Serene's Error instead of llvm
Previously, MaybeNode and MaybeAST use to have the llvm::Error as the
error type. But after this change they will have a `vector` of
`serene::errors::Error` as the error type.
2021-05-06 19:17:57 +01:00
..
errors.h Change toString format and finalize Def::isValid signature 2021-04-22 00:49:11 +01:00
location.h Add some test cases for the reader 2021-04-11 15:13:10 +01:00
reader.h Modify the Node and MaybeX to contain Serene's Error instead of llvm 2021-05-06 19:17:57 +01:00
semantics.h Modify the Node and MaybeX to contain Serene's Error instead of llvm 2021-05-06 19:17:57 +01:00
traits.h Add necessary Traits to construct an Expression alternative 2021-05-04 21:10:52 +01:00