aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-04 17:05:47 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-04 17:05:47 +0800
commit5ab1a4462b1df413a54dc1befc68961c81be69bf (patch)
tree6fbc2e3184cda3b4ec0a24966e375e306bed2e25
parent418f6ed5dd00e296b87b202a99753632fc593382 (diff)
new targets in TODO-list
-rw-r--r--Doxyfile2
-rw-r--r--TODO.rst7
2 files changed, 6 insertions, 3 deletions
diff --git a/Doxyfile b/Doxyfile
index 81d6952..ead4c61 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -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
diff --git a/TODO.rst b/TODO.rst
index 4650ec7..d853b36 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -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