index
:
fype
build-009667
build-009669
build-010388-scheme
build-010393-lambda
master
v0.1
An attempt to build a scripting language from scratch in C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
help.txt
Age
Commit message (
Expand
)
Author
2026-02-28
modify headers
HEAD
master
Paul Buetow
2026-02-28
Fix function body literal mutation: make examples pass
Paul Buetow
2026-02-28
Clean up scanner_run() and interpret_run(): narrow signatures, fix SoC [SoC/DIP]
Paul Buetow
2026-02-28
Refactor _term() by extracting _term_ident(), _term_array_literal(), _term_pa...
Paul Buetow
2026-02-28
Refactor _process() by extracting per-operator handler functions [SRP]
Paul Buetow
2026-02-20
Add README.md and array slicing support
Paul Buetow
2026-02-19
Implement function named arguments, ret, and multiple return values
Paul Buetow
2026-02-19
Implement loop (infinite) and do...while/until loops
Paul Buetow
2026-02-19
Implement break and next for while/until loops
Paul Buetow
2026-02-19
migrate build system from BSD make (pmake) to GNU make
Paul Buetow
2021-04-29
update URIs
Paul Buetow
2009-01-11
(no commit message)
Paul Buetow
2008-12-15
say foo[1] works
Paul Buetow
2008-11-09
changed version to superalpha
Paul Buetow
2008-11-09
splitted function.c into function.c and functions.c
Paul Buetow
2008-11-07
renamed stuff
Paul Buetow
2008-11-07
one step further for arrays.
Paul Buetow
2008-11-05
(no commit message)
Paul Buetow
2008-11-04
fixed bugs which happened.
Paul Buetow
2008-11-04
big step forward for arrays in fype.
Paul Buetow
2008-11-04
array_delete_iterate implemented..
Paul Buetow
2008-11-04
array_new_size
Paul Buetow
2008-11-04
few more make fules.
Paul Buetow
2008-11-01
initial vimsession
Paul Buetow
2008-10-28
symbol_ref_up added.
Paul Buetow
2008-10-28
initial references support.
Paul Buetow
2008-10-27
(no commit message)
Paul Buetow
2008-10-26
added the "scope" function
Paul Buetow
2008-10-25
"false"
Paul Buetow
2008-10-25
make headers
Paul Buetow
2008-10-20
Improved GC debugging.
Paul Buetow
2008-10-19
refs and syms
Paul Buetow
2008-10-19
synonyms work
Paul Buetow
2008-10-18
examples work now again
Paul Buetow
2008-10-18
backdowngrade
Paul Buetow
2008-10-14
run astyle
Paul Buetow
2008-10-14
GC removed, temporaly
Paul Buetow
2008-09-16
array progress
Paul Buetow
2008-09-06
docu ypdate
Paul Buetow
2008-08-26
added v0.1 branch
Paul Buetow
2008-08-25
bugs fixed, initial array
Paul Buetow
2008-08-24
foo bar baz
Paul Buetow
2008-08-24
some mods
Paul Buetow
2008-08-24
few mods
Paul Buetow
2008-08-23
some enhancements
Paul Buetow
2008-08-08
changed header.
Paul Buetow
2008-05-15
Moved stuff into trunk.
Paul Buetow