Skip to content

Commit b904058

Browse files
committed
Add features section
1 parent 0947d4f commit b904058

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ Inspired by
2121
* Symfony's [The ExpressionLanguage](https://github.com/symfony/expression-language) component,
2222
* Rob Pike's talk [Lexical Scanning in Go](https://talks.golang.org/2011/lex.slide).
2323

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+
2436
## Install
2537

2638
```

0 commit comments

Comments
 (0)