Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katsaii authored Jul 20, 2021
1 parent 47fa4f7 commit 100fb20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Catspeak is a small, dynamically typed domain-specific scripting language for [G
The language is entirely customisable, with only a few primitive constructs. These include:

- Support for strings (`"hello world"`) and numerical values (`12.5`)
- Support for array (`[1, 2, 3]`) and object (`{ a : "this is a", b : "this is b" }`) literals
- Support for array (`[1, 2, 3]`) and object (`{ .a : "this is a", .b : "this is b" }`) literals
- Groupings of expressions using parenthesis, or the use of the unary grouping operator `:`
- Variable assignment using the `=` operator
- Control-flow statements such as `if`, `while`, `break`, and `continue`
Expand All @@ -23,4 +23,4 @@ See the [wiki page](https://github.com/NuxiiGit/catspeak-lang/wiki/Getting-Start

# Acknowledgements

Thanks to [@JujuAdams](https://www.jujuadams.com/) for giving feedback on aspects of the implementation.
Thanks to [@JujuAdams](https://www.jujuadams.com/) for giving feedback on aspects of the implementation.

0 comments on commit 100fb20

Please sign in to comment.