add definition of the AST for the cd command

The AST enables us to represent commands via structs. These will hold
all the information about the command for an interpreter.

Change-Id: I4ab45865d5b71c2e1695b1c7c82660fd146da627
3 files changed
tree: 47dbfdf998b3251c2b6712f13160bd3ed8b44280
  1. .clang-format
  2. .gitmodules
  3. CMakeLists.txt
  4. Doxyfile.in
  5. LICENSE
  6. README.md
  7. ci/
  8. cmake/
  9. docs/
  10. src/
  11. submodules/
  12. tests/
README.md

Console interface to NETCONF servers

Credits

Copyright © Faculty of Information Technology, Czech Technical University in Prague, https://fit.cvut.cz/ . Copyright © CESNET, https://www.cesnet.cz/ . Most of the code was written by Václav Kubernát (FIT ČVUT) and Jan Kundrát (CESNET). The project is distributed under the terms of the Apache 2.0 license.