From f05a3d3cde2eac74dde19cacb0d0598d07e14c0b Mon Sep 17 00:00:00 2001 From: hanez Date: Fri, 28 Nov 2025 17:53:10 +0100 Subject: [PATCH] Some documentation update. No Code changes. (0.33.0) --- README.md | 2 +- docs/handbook.md | 29 ++++++----------------------- 2 files changed, 7 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index abf03b1..aa8d26d 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ There are some libs written in Fun available at the [./lib/](https://git.xw3.org This is actually a work in progress... -Current documentation is only found in the [Fun Handbook](https://fun-lang.xyz/handbook/). +Current documentation is only found in the [Fun Handbook](https://git.xw3.org/fun/fun/src/branch/main/docs/handbook.md). In the [./examples/](https://git.xw3.org/fun/fun/src/branch/main/examples) directory should be an example of most Fun features. diff --git a/docs/handbook.md b/docs/handbook.md index 1cedac7..085479e 100644 --- a/docs/handbook.md +++ b/docs/handbook.md @@ -1,23 +1,3 @@ ---- -layout: page -published: true -noToc: true -noComments: true -title: /handbook/index.fun -subtitle: -description: Handbook -permalink: /handbook/ -lang: en -tags: -- handbook -- installation -- usage -- introduction -- help -- guide -- howto ---- - # Fun Handbook (Second Edition) This is a refreshed, de-duplicated, and fully up-to-date handbook for the Fun programming language and its virtual machine (VM). It keeps the same section layout as the original handbook while consolidating repeated content and documenting all currently available features, including the latest SQLite support. @@ -40,15 +20,18 @@ Fun is a small, strict, and simple programming language executed by a stack-base - A C compiler, a libc, and Git -FreeBSD: +#### FreeBSD: + - CMake - Clang -Linux: +#### Linux: + - CMake - GCC (Clang should also work) -Windows: +#### Windows: + - Cygwin (not covered in detail here) - CMake - GCC via Cygwin