diff options
-rw-r--r-- | Doxyfile | 2 | ||||
-rw-r--r-- | TODO.rst | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -1293,7 +1293,7 @@ EXTRA_SEARCH_MAPPINGS = # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. -GENERATE_LATEX = YES +GENERATE_LATEX = NO # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be @@ -1,2 +1,5 @@ -- Better inherit relationship between Cons and EvalObj -- Replace many `dynamic_cast` with `static_cast` +- More sophisticated type system + - Number system && proper arithmetic + - Cons support +- Quotation +- Add macro support |