Added spec version 0.4 and added a changelog that will cover all changes more detailed in the future. No code changes. (0.40.5)
This commit is contained in:
parent
03d915a96c
commit
5c57391e5d
3 changed files with 250 additions and 1 deletions
|
|
@ -80,6 +80,8 @@ Fun may not change the world — but it will make programming a little more fun.
|
|||
- if/else if/else
|
||||
- try/catch/finally
|
||||
|
||||
And much more...! Look at the specs in [spec/](./spec/) for more detailed information.
|
||||
|
||||
### Lib (./lib/)
|
||||
|
||||
See [./lib/](https://git.xw3.org/fun/fun/src/branch/main/lib) for what the standard library provides.
|
||||
|
|
@ -119,7 +121,8 @@ Looking for docs? Start here:
|
|||
|
||||
Additional references:
|
||||
|
||||
- Specification: [spec/v0.3.md](./spec/v0.3.md) (work in progress)
|
||||
- Specification: [spec/v0.4.md](./spec/v0.4.md) (work in progress)
|
||||
- Changelog: [CHANGELOG.md](./CHANGELOG.md)
|
||||
- Examples demonstrating most features: [examples/](./examples/)
|
||||
- Internals and VM opcodes live in [src/](./src/) (see [src/vm/](./src/vm) for opcode implementations)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue