Go to file
Eatswap aa457f917e
feat: use clang, C18, C++20
2022-12-12 23:20:04 +08:00
.clang-format add: simple 2022-12-09 19:37:35 +08:00
DragonLisp.l fix: token RETURN 2022-12-12 21:39:13 +08:00
DragonLisp.y fix: allow return from if, allow empty function arg list 2022-12-12 23:17:49 +08:00
DragonLispDriver.cpp refactor: non-generated files: .hh -> .h 2022-12-12 10:58:49 +08:00
DragonLispDriver.h refactor: non-generated files: .hh -> .h (2) 2022-12-12 11:00:55 +08:00
DragonLispScanner.h fix: remove redundant const 2022-12-12 23:18:39 +08:00
Makefile feat: use clang, C18, C++20 2022-12-12 23:20:04 +08:00
main.cpp refactor: non-generated files: .hh -> .h 2022-12-12 10:58:49 +08:00
sample.lisp feat: add return stmt, removed func doc 2022-12-12 22:03:04 +08:00
token.h fix: complete tokens & syntax 2022-12-11 19:41:09 +08:00