sergeykhbr / litlang

unicode c++ application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language learning

Windows: Use CMake and generate MS Visual Studio project.

Linux:

> cd litlang
> cmake -S . -B output_dir
> cd output_dir
> make
> ./bin/litlang

About

unicode c++ application


Languages

Language:C++ 98.3%Language:C 1.0%Language:CMake 0.7%