1. de598b0 Prefer member initializer list in classes by Václav Kubernát · 4 years, 1 month ago
  2. b5ca154 Prefer std::variant in dataNode_/schemaNode_ by Václav Kubernát · 4 years, 1 month ago
  3. 8208687 Move ls logic to Interpreter by Václav Kubernát · 4 years, 2 months ago
  4. 3a823f4 Merge Schema::childNodes and Schema::moduleNodes by Václav Kubernát · 4 years, 2 months ago
  5. beaa8aa Simplify variant in ls_ by Václav Kubernát · 4 years, 2 months ago
  6. d0ea9b2 Refactor path parser to a separate file by Václav Kubernát · 4 years, 2 months ago
  7. db26e9a Fix completion suffix logic by Václav Kubernát · 4 years, 5 months ago
  8. cb3af40 Separate tab completion of the initial [ for lists by Václav Kubernát · 4 years, 5 months ago
  9. 43908fb Integrate DataQuery by Václav Kubernát · 4 years, 6 months ago
  10. 1ed4aa3 Change how word splitting works when completing by Václav Kubernát · 4 years, 5 months ago
  11. 72749c6 Change ParserContext::m_curPath to dataPath_ by Václav Kubernát · 4 years, 6 months ago
  12. efcac93 Merge pathToAbsoluteSchemaString and pathToSchemaString by Václav Kubernát · 4 years, 6 months ago
  13. 82684cf Fix Parser storing context path wrongly by Václav Kubernát · 4 years, 6 months ago
  14. 9456b5c Allow listing all module nodes with moduleName:* by Václav Kubernát · 4 years, 9 months ago
  15. 1446fe1 Fix Parser::availableNodes not caring about absolute paths by Václav Kubernát · 4 years, 9 months ago
  16. 509ce65 Clean includes and usings by Václav Kubernát · 5 years ago
  17. 4c32548 Suggest opening bracket for list keys by Václav Kubernát · 5 years ago
  18. ac035d6 Fix a bug with path parsing by Václav Kubernát · 5 years ago
  19. a395d33 Switch from linenoise to replxx by Václav Kubernát · 5 years ago
  20. 4108e0d Tab completion for paths by Václav Kubernát · 6 years ago
  21. 5c75b25 Allow data path to end with a list for get and ls by Václav Kubernát · 6 years ago
  22. 2eaceb8 Split path_ into schemaPath_ and dataPath_ by Václav Kubernát · 6 years ago
  23. e7d4aea Add recursive ls by Václav Kubernát · 6 years ago
  24. 37171a1 Support absolute paths by Václav Kubernát · 6 years ago
  25. 13e7c65 Make currentNode prepend a slash by Václav Kubernát · 6 years ago
  26. 11afac7 Add ls by Václav Kubernát · 6 years ago
  27. 744f57f Add modules by Václav Kubernát · 6 years ago
  28. a10d8b6 Change m_schema in Parser to a shared pointer by Václav Kubernát · 6 years ago
  29. 24df80e split ast definitions into more files by Václav Kubernát · 6 years ago
  30. b61336d add presence containers by Václav Kubernát · 6 years ago
  31. f2e463f show keys of lists in the prompt by Václav Kubernát · 6 years ago
  32. 48fc383 rename some of the classes by Václav Kubernát · 6 years ago[Renamed (81%) from src/CParser.cpp]
  33. 814fa41 refactor the parser class and parsercontext to work with path_ by Václav Kubernát · 6 years ago
  34. 2a9e179 move m_curDir to the parser class by Václav Kubernát · 6 years ago
  35. 2315c73 make parseCommand take an extra error stream argument by Václav Kubernát · 6 years ago
  36. b96eef7 add list parsing by Václav Kubernát · 6 years ago
  37. d666296 add test for basic cd parsing by Václav Kubernát · 6 years ago
  38. 624a887 add class representing the node tree by Václav Kubernát · 6 years ago