- Jan 26, 2022
-
-
Tomáš Pecka authored
~/.aqlrc is just another aql script that can be loaded automatically when the aql shell starts. You can put standard aql commands inside the file.
-
Tomáš Pecka authored
-
Tomáš Pecka authored
Load the standard library files into Prompt. The iteration order of the file list is unspecified[1] but I don't think we have to deal with it anyhow. Even we create two files, say a.aql, and b.aql and a function in b.aql uses a function from a.aql, the loading order doesn't matter anyway.
-
Tomáš Pecka authored
-
Tomáš Pecka authored
Let's start working on a standard library [1]. The idea is that we bundle some aql files with predefined functions (and procedures) and we load them when aql prompt starts. So let's prepare a configuration file with a location for the scripts. The location is currently only in local dev tree. We will later change that to some /usr/share or /usr/lib location. [1] #221
-
-
- Dec 31, 2021
-
-
Jan Trávníček authored
even though here the constant is not magical at all, it makes sense to have auto here to let the array of escaped and actual special characters easily extensible. Should that ever be needed.
-
- Dec 20, 2021
-
-
Jan Trávníček authored
-
- Nov 23, 2021
-
-
breaking change!
-
- Mar 25, 2021
-
-
Jan Trávníček authored
-
Jan Trávníček authored
the completion function gets int start and int end representing boundaries of the completed text. The value is provided offset so there should not be any need for negative values and I believe we may promote that by internaly treating the values as unsigneds everywhere.
-
Jan Trávníček authored
-
- Mar 12, 2021
-
-
Jan Trávníček authored
-
- Mar 08, 2021
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
... because most developers were copy-pasting the preambule anyway and did not pay any attention to change it. Also, I think that git does better job in managing that.
-
- Jan 30, 2021
-
-
Although #pragma once is not a standard, compilers nowadays usually support it. We don't have any tricky build system so we should be OK. This also fixes many errors regarding using reserved identifiers (names starting with double underscore).
-
- Jan 09, 2021
-
-
Jan Trávníček authored
-
- Dec 18, 2020
-
-
Jan Trávníček authored
-
- Oct 08, 2020
-
-
Jan Trávníček authored
-
- Aug 03, 2020
-
-
Tomáš Pecka authored
Simplify versioning by CMake. Uses git version in the format "<major>.<minor>.<patch>.r<commits-since-version-tag>.g<hash>(-dirty)?".
-
- Jun 07, 2020
-
-
Tomáš Pecka authored
-
- Apr 27, 2020
-
-
Jan Trávníček authored
-
- Apr 24, 2020
-
-
Jan Trávníček authored
-
- Apr 06, 2020
-
-
Tomáš Pecka authored
-
- Dec 28, 2019
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Nov 22, 2019
-
-
Jan Trávníček authored
-
- Nov 13, 2019
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Nov 02, 2019
-
-
- Sep 16, 2019
-
-
Jan Trávníček authored
-
- Jun 21, 2019
-
-
Tomáš Pecka authored
-
- Jun 16, 2019
-
-
Tomáš Pecka authored
-
- Jun 07, 2019
-
-
Jan Trávníček authored
-
- Jun 04, 2019
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Jun 03, 2019
-
-
Jan Travnicek authored
-
- Jun 02, 2019
-
-
- Jun 01, 2019
-
-
Tomáš Pecka authored
-