1
0
Fork 0
forked from fun/fun

README.md update. No code changes. (0.40.6)

This commit is contained in:
Johannes Findeisen 2026-04-21 01:24:53 +02:00
commit 6f6cf78a30

View file

@ -80,7 +80,7 @@ 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.
And much more...! Look at the specs in [Spec](./spec/) for more detailed information.
### Lib (./lib/)
@ -98,7 +98,7 @@ See [./lib/](https://git.xw3.org/fun/fun/src/branch/main/lib) for what the stand
- [SQLite](./docs/extensions/sqlite.md) (optional) ☑
- [XML (libxml2)](./docs/extensions/xml2.md) (optional) ☑
☑ = Done / ☐ = Planned or in progress.
☑ = Done (or basics implemented) / ☐ = Planned or in progress.
Note: Not all of the above features will be implemented. Those who are marked "Done" will probaly remain in Fun, but I don't know actually... ;)
@ -106,27 +106,27 @@ There are some libs written in Fun available in the [./lib/](https://git.xw3.org
### OpenSSL quickstart (MD5)
See the dedicated page: ./docs/extensions/openssl.md
See the dedicated page: [./web/documentation/extensions/openssl/](./web/documentation/extensions/openssl/openssl.md)
## Documentation
Looking for docs? Start here:
- Local documentation index: [docs/README.md](./docs/README.md)
- Handbook: [docs/handbook.md](./docs/handbook.md)
- Types overview: [docs/types.md](./docs/types.md)
- REPL guide: [docs/repl.md](./docs/repl.md)
- Testing: [docs/testing.md](./docs/testing.md)
- Troubleshooting: [docs/troubleshooting.md](./docs/troubleshooting.md)
- Local documentation index: [./web/documentation/documenatation.md](./web/documentation/documentation.md)
- Handbook: [./web/documentation/handbook/handbook.md](./web/documentation/handbook/handbook.md)
- Types overview: [./web/documentation/types/types.md](./web/documentation/types/types.md)
- REPL guide: [./web/documentation/repl/repl.md](./web/documentation/repl/repl.md)
- Testing: [./web/documentation/testing/testing.md](./web/documentation/testing/testing.md)
- Troubleshooting: [./web/documentation/troubleshooting/troubleshooting.md](./web/documentation/troubleshooting/troubleshooting.md)
Additional references:
- Specification: [spec/v0.4.md](./spec/v0.4.md) (work in progress)
- Specification: [./web/documentation/spec/v0.4.md](./web/documentation/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)
- Examples demonstrating most features: [./examples/](./examples/)
- Internals and VM opcodes live in [./src/](./src/) (see [./src/vm/](./src/vm) for opcode implementations)
Note: The project is evolving; some documents may lag behind. The docs index in `./docs/README.md` is the most uptodate entry point.
Note: The project is evolving; some documents may lag behind. The docs index in [./web/documentation/documenatation.md](./web/documentation/documentation.md) is the most uptodate entry point.
## Author