Revision e61718e...

Go back to digest for 16th June 2013

Other in KDE Base

Denis Steckelmacher committed changes in [nepomuk-core/steckdenis-gsoc2013] /:

Small parser and first 3 parse steps

The three steps present in this commit are:

* Recognizing integers and float values. If prefixed or suffixed by an unit,
the value is multiplied by the unit's factor.
* Recognizing type hints. If I say "mails", I want to match emails.
* Recognizing "sent by X" and "from X" forms, to filter the emails or documents
by sender.

File Changes

Added 11 files
  •   .gitignore
  •   main.cpp
  •   parser.cpp
  •   parser.h
  •   parser.pro
  •   pass_numbers.cpp
  •   pass_numbers.h
  •   pass_sentby.cpp
  •   pass_sentby.h
  •   pass_typehints.cpp
  •   pass_typehints.h
11 files changed in total