Taskwarrior - Command line Task Management taskwarrior.org https://taskwarrior.org
Find a file
Paul Beckingham b06ac68248 Lexer
- When a Lexer::typeIdentifier is found, it can be compared to a list of
  other tokens, with the possibility of changing the type. This applies to
  tokens that are longer than the four-character lookahead in the Lexer.
  With this change, the Lexer can now identify all operators supported by Eval,
  and therefore the Lexer can be used on all Eval input expressions. This is
  because all the evaluator needs to know is the distinction between operators
  and operands.
2014-05-26 20:58:10 -04:00
cmake/Modules Use the native readline library on FreeBSD as well 2013-09-14 11:54:17 -04:00
doc Verbosity 2014-05-21 17:21:22 -04:00
i18n Portuguese (por-PRT) localization 2014-02-14 22:49:05 -05:00
package-config Migration 2014-02-11 21:27:26 -05:00
performance TD-57 2014-05-23 16:34:08 -04:00
scripts Hooks 2014-05-17 11:41:32 -04:00
src Lexer 2014-05-26 20:58:10 -04:00
test Unit Tests 2014-05-26 13:22:51 -04:00
.gitignore Administration 2013-12-02 08:27:00 +01:00
AUTHORS TD-55 2014-05-23 16:23:51 -04:00
ChangeLog TD-57 2014-05-23 16:34:08 -04:00
cmake.h.in I18N 2014-04-19 09:26:22 -04:00
CMakeLists.txt Code cleanup 2014-05-11 16:23:56 -04:00
commit.h.in Code Cleanup 2013-04-07 23:50:51 -04:00
COPYING Code Cleanup 2014-02-01 14:33:37 -05:00
DEVELOPER Documentation 2014-05-17 13:52:01 -04:00
EXPOSITION Migration 2014-02-11 21:27:26 -05:00
INSTALL I18N 2014-04-19 09:26:22 -04:00
LICENSE Code Cleanup 2014-02-01 14:33:37 -05:00
NEWS Verbosity 2014-05-21 17:21:22 -04:00
README.md Dcoumentation 2014-05-04 22:18:14 -04:00

Disclaimer during ongoing development

The development branch is a work in progress and may not pass all quality tests, therefore it may harm your data. While we welcome bug reports from the development branch, we do not guarantee proper or timely fixes.

  • Make proper backups.
  • Broken functionality may arise from ongoing development work.
  • Be aware that using the development branch involves risks.

Thank you for taking a look at taskwarrior!

Taskwarrior is a GTD, todo list, task management, command line utility with a multitude of features. It is a portable, well supported, very active Open Source project. Taskwarrior has binary distributions, online documentation, demonstration movies, and you'll find all the details at:

http://taskwarrior.org

At the site you'll find online documentation, downloads, news and more.

Your contributions are especially welcome. Whether it comes in the form of code patches, ideas, discussion, bug reports, encouragement or criticism, your input is needed.

For support options, take a look at:

http://taskwarrior.org/support

Please send your code patches to:

support@taskwarrior.org

Consider joining bug.tasktools.org, answers.tasktools.org and participating in the future of taskwarrior.


Taskwarrior is released under the MIT license. For details check the LICENSE file.