litcheck-core 0.4.4

An internal library used by various litcheck components
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[fundamental]
false = { id = 0 }
true = { id = 1 }
empty = { value = "" }

[keywords]
line = { value = "LINE" }
add = {}
sub = {}
mul = {}
div = {}
min = {}
max = {}

[checks]
check = { value = "CHECK" }
com = { value = "COM" }
run = { value = "RUN" }