aligusnet / mqlpath

Experimenting with MQL path semantics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MQL Path language

Experimenting with MQL path semantics.

Using conan for dependencies.

Install conan

> python -m pip install conan

Configure project

> conan profile detect  # in case if no conan profiles created
> conan install . --output-folder=build --build=missing --settings=compiler.cppstd=20
> cd build
> source conanbuild.sh
> cd ..
> code .

Use Conan's CMake presets in VS Code.

About

Experimenting with MQL path semantics.


Languages

Language:C++ 86.8%Language:Yacc 7.2%Language:Lex 3.9%Language:CMake 2.1%