Felix Tutorial


1. Category Reference

Tests by category keyword.
axioms
tut-1.49-0
classes
tut-7-0, tut-7.01-0, tut-7.02-0
closures:procedural
tut-1.46-0
conditional:folding
tut-1.42-2
conditional:functional
tut-1.41-0, tut-1.42-1
conditional:procedural
tut-1.41-1, tut-1.41-2, tut-1.41-3, tut-1.42-0
currying
tut-1.31-0, tut-1.31-1, tut-1.31-2
exceptions
tut-1.44-0, tut-1.45-0
formatting:interpolation
tut-8.02-0
formatting:printf style
tut-8.01-0
functions:anonymous
tut-1.48-0, tut-1.48-1
functions:higher order
tut-1.29-0
functions:lambda
tut-1.48-0, tut-1.48-1
goto
tut-1.38-0
goto:nonlocal
tut-1.38-1
inherit directive
tut-2.04-0
labels
tut-1.38-0, tut-1.39-0
let
tut-2.05-0
lexemes:integer
tut-1.50.01-0
lexer
tut-1.21.01-0
list:inductive
tut-1.32-0
literals:integer
tut-1.50.01-0
lookup:dependent
tut-1.35-0
lookup:koenig
tut-1.35-0
loops
tut-1.40-0
match:float
tut-1.51-0
metatypes
tut-2.06-0
modules
tut-1.33-0
modules:initialisation
tut-1.37-0
namespaces
tut-1.34-0, tut-1.34-1
nan
tut-1.51-0
open directive
tut-2.01-0, tut-2.01-1
parser generator
tut-5.01-0, tut-5.02-0, tut-5.03-0
polymorphism
tut-7.01-0, tut-7.02-0
procedures:higher order
tut-1.47-0
program:abort
tut-1.43-0
reductions
tut-1.49-0
rename directive
tut-2.03-0
return:procedure
tut-1.39-0, tut-1.39-1, tut-1.39-2
termination:failure
tut-1.43-0
the:keyword
tut-1.30-0
type constraints
tut-6-0
typeclasses
tut-9-0, tut-9-1
typeclasses:monad
tut-9-2
use directive
tut-2.02-0
Start python section to spkgs/flx_tutorial.py[1 /1 ]
     1: #line 15 "./lpsrc/flx_tutorial.pak"
     2: TESTS = glob.glob('tut/tutorial/tut-*.flx')
     3: 
     4: unit_tests = TESTS
     5: pkg_requires = ['flx_compiler','flx_drivers','flx_rtl','faio']
     6: iscr_source = [ 'lpsrc/flx_tutorial.pak' ]
     7: 
     8: weaver_directory = 'doc/tutorial/introduction/'
End python section to spkgs/flx_tutorial.py[1]


2. Basic Felix 101
3. Intermediate Felix 201
4. Felix threads -- Cooperative Multitasking
5. System interface
6. GLR parsing
7. Mixed Mode Arithmetic
8. Classes
9. String formatting
10. Typeclasses