Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Jul 25, 2024
1 parent f9924e1 commit cd0388d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
![asteria](asteria.png)

**Asteria** is a procedural, dynamically typed programming language that is
highly inspired by JavaScript but has been designed to address its issues.
highly inspired by JavaScript.

The most notable difference between Asteria and other languages is that the
so-called 'objects' have _value semantics_. That is, an object is copied when
it is passed to a function by value or is assigned to a variable, just like
values of primitive types.

* [Quick Guide](doc/quick-guide.md)
* [Production Rules](doc/grammar.txt)
Expand Down

0 comments on commit cd0388d

Please sign in to comment.