# # ChangeLog for tools/cfa.nanorc # # Generated by Trac 1.2.1 # Apr 28, 2024, 12:20:24 AM Fri, 03 Apr 2020 14:38:34 GMT Andrew Beach [0f3d844] * tests/test.py (modified) * tools/auto-complete.md (added) * tools/cfa.nanorc (modified) Updates to cfa.nanorc. Added information on how to do some auto- ... Fri, 27 Mar 2020 20:09:06 GMT Andrew Beach [2bb2efa9] * tools/cfa.nanorc (modified) Added a few missing concurrency keywords. Tue, 03 Mar 2020 15:25:53 GMT Andrew Beach [3d78a58] * tools/cfa.nanorc (modified) Updated the nanorc file to reflect the change in the quoted ... Thu, 20 Sep 2018 14:05:05 GMT Andrew Beach [d21d01e5] * tools/cfa.nanorc (modified) Updated cfa.nanorc for some missing keywords and keyword escapes. Tue, 25 Jul 2017 17:29:01 GMT Andrew Beach [ea91c42] * tools/cfa.nanorc (modified) Updated the nanorc to include the new keywords. Tue, 04 Jul 2017 15:52:33 GMT Andrew Beach [307a732] * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/ExceptTranslate.h (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/Indexer.cc (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/libcfa/exception.c (modified) * src/libcfa/exception.h (modified) * src/libcfa/lsda.h (added) * src/main.cc (modified) * src/prelude/Makefile.am (modified) * src/prelude/Makefile.in (modified) * src/tests/except-0.c (added) * src/tests/exception.c (deleted) * tools/cfa.nanorc (modified) The exception handling code compilers and translates, but the ... Thu, 29 Jun 2017 20:45:27 GMT Andrew Beach [fe5c01d] * tools/cfa.nanorc (modified) Updated nanorc. Main change is to include the exception related keywords. Mon, 12 Jun 2017 17:41:06 GMT Andrew Beach [ca78437] * src/Parser/ParseNode.h (modified) * src/Parser/StatementNode.cc (modified) * src/Parser/parser.yy (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * tools/cfa.nanorc (modified) Updated the CatchStmt node so that it may handle both termination and ... Thu, 25 May 2017 19:29:25 GMT Andrew Beach [58daf53] * src/libcfa/containers/maybe (modified) * src/libcfa/containers/maybe.c (modified) * src/libcfa/containers/result (modified) * src/libcfa/containers/result.c (modified) * tools/cfa.nanorc (modified) Made maybe and result mutable, they should now qualify as otypes. ... Thu, 11 May 2017 15:29:07 GMT Andrew Beach [f2e746d] * tools/cfa.nanorc (added) Added nanorc file for Cforall. It is not complete but is useable.