Commit 2aab914d authored by Roman Alifanov's avatar Roman Alifanov

Move cli library to lib/ directory

parent 5785e16d
......@@ -352,6 +352,9 @@ bootstrap/ # Bootstrap compiler (Python)
├── awk_codegen.py # AWK generator for @awk
└── stdlib.py # Standard library
lib/ # ContenT libraries
└── cli.ct # CLI library (urfave/cli style)
examples/ # Example .ct programs
```
......
......@@ -352,6 +352,9 @@ bootstrap/ # Bootstrap-компилятор (Python)
├── awk_codegen.py # AWK-генератор для @awk
└── stdlib.py # Стандартная библиотека
lib/ # Библиотеки на ContenT
└── cli.ct # CLI-библиотека (стиль urfave/cli)
examples/ # Примеры .ct программ
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment