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
/
src
/
core
/
interpret.c
Age
Commit message (
Expand
)
Author
2026-02-28
Remove vestigial double-retry loop in _statement() [POLA]
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
Decouple functions.c from interpreter array-LHS private state [Coupling]
Paul Buetow
2026-02-28
Refactor _control() by extracting per-loop handlers and stack/iter helper
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
2021-11-02
move to codeberg
Paul Buetow
2021-04-29
update URIs
Paul Buetow
2008-12-15
modified headers
Paul Buetow
2008-12-15
say foo[1] works
Paul Buetow
2008-11-09
changed the src headers.
Paul Buetow
2008-11-09
splitted function.c into function.c and functions.c
Paul Buetow
2008-11-07
(no commit message)
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
big step forward for arrays in fype.
Paul Buetow
2008-11-04
astyle
Paul Buetow
2008-11-04
array_new_size
Paul Buetow
2008-11-01
modified headers
Paul Buetow
2008-10-28
feierabend f. heute
Paul Buetow
2008-10-28
initial references support.
Paul Buetow
2008-10-25
astyle.
Paul Buetow
2008-10-25
make headers
Paul Buetow
2008-10-20
no lines longer than 80chars.
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-08-25
bugs fixed, initial array
Paul Buetow
2008-08-24
some mods
Paul Buetow
2008-08-23
changed headers
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