mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 02:15:01 +01:00
change name
This commit is contained in:
parent
ee01a9f5b5
commit
9019dc0295
73 changed files with 152 additions and 151 deletions
|
|
@ -1,8 +1,6 @@
|
|||
There is currently a tree-walking interpreter called `bird` in progress, but the plan is to have a bytecode vm in the end
|
||||
`dilaria` is a small embeddable scripting language
|
||||
|
||||
language_name is a small embeddable scripting language
|
||||
|
||||
language_name is inspired by Javascript, Lox, Lua, Python, Rust and more
|
||||
It's inspired by Javascript, Lox, Lua, Python, Rust and more
|
||||
|
||||
# Reference
|
||||
|
||||
|
|
@ -121,7 +119,7 @@ loop {
|
|||
}
|
||||
```
|
||||
|
||||
_ is dynamically and *strongly* typed
|
||||
`dilaria` is dynamically and *strongly* typed
|
||||
|
||||
## Detail
|
||||
|
||||
|
|
@ -136,6 +134,7 @@ _ is dynamically and *strongly* typed
|
|||
`while`
|
||||
`for`
|
||||
`break`
|
||||
(`print` temporary)
|
||||
|
||||
#### Values
|
||||
`true`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue