We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0947d4f commit b904058Copy full SHA for b904058
README.md
@@ -21,6 +21,18 @@ Inspired by
21
* Symfony's [The ExpressionLanguage](https://github.com/symfony/expression-language) component,
22
* Rob Pike's talk [Lexical Scanning in Go](https://talks.golang.org/2011/lex.slide).
23
24
+## Features
25
+
26
+* Works with any valid Go object (structs, maps, etc)
27
+* Compile-time checks for used variables
28
+* Сlear error messages:
29
+ ```
30
+ unclosed "("
31
+ (boo + bar]
32
+ ----------^
33
34
+* Reasonable set of basic operators
35
36
## Install
37
38
```
0 commit comments