This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
pacciani/src
2020-02-23 10:52:39 +01:00
..
asmgen.cpp Support LLVM 7, 8 and 9. Bump default required version to 7. 2019-12-09 18:46:43 +01:00
asmgen.h Emit position independent code by default, to enable support for shared libraries and PIE. 2018-12-25 14:12:35 +01:00
ast-printer.cpp Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
ast-printer.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
ast-visitor.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
ast.cpp Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
ast.def Update clang-format config, run it. 2019-07-07 09:53:59 +02:00
ast.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
CMakeLists.txt Choose the LLVM version with a CMake option. 2019-12-10 10:54:03 +01:00
codegen.cpp Implement "ho visto" statement. 2020-02-23 10:52:39 +01:00
codegen.def Update clang-format config, run it. 2019-07-07 09:53:59 +02:00
codegen.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
errors.cpp Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
errors.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
iterators.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
lexer.cpp Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
lexer.def Update clang-format config, run it. 2019-07-07 09:53:59 +02:00
lexer.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
lexer.rl Allow both "maggiore o uguale" and "maggiore uguale" for >=. 2020-02-23 09:06:34 +01:00
location.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
main.cpp Emit position independent code by default, to enable support for shared libraries and PIE. 2018-12-25 14:12:35 +01:00
operators.def Update clang-format config, run it. 2019-07-07 09:53:59 +02:00
options.cpp Emit position independent code by default, to enable support for shared libraries and PIE. 2018-12-25 14:12:35 +01:00
options.h Emit position independent code by default, to enable support for shared libraries and PIE. 2018-12-25 14:12:35 +01:00
parser.cpp Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
parser.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
support.cpp Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
support.h Push Monicelli 2.0 "Cofandina" 2018-09-16 14:24:27 +02:00
types.def Update clang-format config, run it. 2019-07-07 09:53:59 +02:00