You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,20 @@
6
6
7
7
Lexical scanner for KVAL (Key Value Access Language) for KVAL-Parser
8
8
9
-
###Key Value Access Language
9
+
###Key Value Access Language
10
10
11
11
I have created a modest specification for a key value access langauge.
12
12
It allows for input and access of values to a key value store such as Golang's
13
13
[BoltDB](https://github.com/boltdb/).
14
14
15
15
The language specification: https://github.com/kval-access-language/KVAL
16
16
17
-
###Usage
17
+
###Usage
18
18
19
19
Usage is pretty low-level so will normally be done via [KVAL-Parse](https://github.com/kval-access-language/kval-parse) so please see there for examples.
20
20
21
21
Scanner library is maintained in its own repo so that changes between the two can be viewed as purely as possible.
22
22
23
-
###License
23
+
###License
24
24
25
25
**[GPL Version 3](http://choosealicense.com/licenses/gpl-3.0/)**: https://github.com/kval-access-language/KVAL-BoltDB/blob/master/LICENSE
0 commit comments