-
-
Notifications
You must be signed in to change notification settings - Fork 45
Documentation sources
John Skaller edited this page May 11, 2016
·
3 revisions
Felix is documented on the official website:
This link:
http://felix-lang.org/share/src/packages/stdlib_toc.fdoc
goes directly to the literate programmed packages on the website and covers the whole of the Felix standard library (felix) as well as the run time library (C++). You can examine the source of the compiler directly on github in directory src/compiler.
The bootstrap buildsystem uses fbuildroot.py and the fbuild library in the top level of the repository.
The Felix website is not necessarily the latest version. The latest reference manual for the language is felix-ref.pdf in the top level of the repository. You will have to download this file before viewing it, GitHub can't display *.pdf files.