core: add regex to language guide

This commit is contained in:
hellerve 2018-03-01 19:21:14 +01:00
parent bdbb2d7c5b
commit f5ebade4e8

View File

@ -24,6 +24,7 @@ To learn more about the details of memory management, check out [Memory.md](http
10.0 ;; Double
true ;; Bool
"hello" ;; &String
\#"hello" ;; &Regex
\e ;; Char
[1 2 3] ;; (Array Int)
```
@ -37,6 +38,7 @@ Float
Double
Bool
String
Regex
Char
(Array t)
(Fn [<arg-type1> <arg-type2> ...] <return-type>) ;; Function type