mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Rules: Implemented ::parse for settings, import
This commit is contained in:
parent
2e75326317
commit
95d0bd6256
2 changed files with 72 additions and 50 deletions
|
@ -27,6 +27,7 @@
|
|||
#ifndef INCLUDED_RULES
|
||||
#define INCLUDED_RULES
|
||||
|
||||
#include <Lexer.h>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
@ -54,6 +55,7 @@ public:
|
|||
|
||||
private:
|
||||
void parse (const std::string&, int next = 1);
|
||||
void parseRule (const std::string&);
|
||||
|
||||
private:
|
||||
std::string _original_file {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue