lean4-htt/src/frontends/lean
Leonardo de Moura 0b112b6637 Add sstream to simplify the generation of exception messages.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-08-24 11:55:17 -07:00
..
CMakeLists.txt Move frontend to frontends/lean 2013-08-21 09:04:49 -07:00
lean_frontend.cpp Move frontend to frontends/lean 2013-08-21 09:04:49 -07:00
lean_frontend.h Move frontend to frontends/lean 2013-08-21 09:04:49 -07:00
lean_notation.cpp Add comments for unicode symbols, fix a typo 2013-08-21 14:35:45 -07:00
lean_notation.h Move frontend to frontends/lean 2013-08-21 09:04:49 -07:00
lean_operator_info.cpp Move frontend to frontends/lean 2013-08-21 09:04:49 -07:00
lean_operator_info.h Add comments for unicode symbols, fix a typo 2013-08-21 14:35:45 -07:00
lean_parser.cpp Add sstream to simplify the generation of exception messages. 2013-08-24 11:55:17 -07:00
lean_parser.h Add support for READLINE. Remark: it is not enabled by default. Rename tcmalloc option to TCMALLOC (using consistent name convention for cmake parameters). 2013-08-21 19:08:44 -07:00
lean_pp.cpp Change lean frontend specific options. Now, frontend specific options must begin with the frontend name. 2013-08-22 10:55:55 -07:00
lean_pp.h Move frontend to frontends/lean 2013-08-21 09:04:49 -07:00
lean_scanner.cpp Fix annoying problem when an integer occurs in the end of a command. Example 'Show 1.' was being parsed as 'Show 1.0'. 2013-08-21 11:57:22 -07:00
lean_scanner.h Fix annoying problem when an integer occurs in the end of a command. Example 'Show 1.' was being parsed as 'Show 1.0'. 2013-08-21 11:57:22 -07:00