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
Age
Commit message (
Expand
)
Author
2026-02-28
modify headers
HEAD
master
Paul Buetow
2026-02-28
Rename COPYING to LICENSE file for convention
Paul Buetow
2026-02-28
remove uber
Paul Buetow
2026-02-28
Update test.out to reflect token type and scanner fixes
Paul Buetow
2026-02-28
Fix function body literal mutation: make examples pass
Paul Buetow
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 _process() by extracting per-operator handler functions [SRP]
Paul Buetow
2026-02-28
Refactor _control() by extracting per-loop handlers and stack/iter helper
Paul Buetow
2026-02-28
Replace built-in strcmp chains with dispatch table in functions.c
Paul Buetow
2026-02-28
Remove dead token/symbol types and fix SYM_INLINEFUNCTION latent error
Paul Buetow
2026-02-20
Add README.md and array slicing support
Paul Buetow
2026-02-19
Rename func keyword to fun
Paul Buetow
2026-02-19
Implement function named arguments, ret, and multiple return values
Paul Buetow
2026-02-19
Add assert checks to break/next and loop/do examples
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
Add coding style section to CLAUDE.md documenting project conventions
Paul Buetow
2026-02-19
migrate build system from BSD make (pmake) to GNU make
Paul Buetow
2021-11-03
convert POD to txt
Paul Buetow
2021-11-02
move to codeberg
Paul Buetow
2021-04-29
update URIs
Paul Buetow
2014-06-28
get rid of session.vim
Paul C. Buetow (uranus.fritz.box)
2014-06-22
add README.pod
Paul C. Buetow (mars.fritz.box)
2010-05-09
renamed the branch
Paul Buetow
2009-10-30
(no commit message)
Paul Buetow
2009-10-30
(no commit message)
Paul Buetow
2009-01-11
(no commit message)
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
make headers style
Paul Buetow
2008-11-09
changed version to superalpha
Paul Buetow
2008-11-09
new todo
Paul Buetow
2008-11-09
splitted function.c into function.c and functions.c
Paul Buetow
2008-11-09
updated the array example.
Paul Buetow
2008-11-09
len and ind implemented
Paul Buetow
2008-11-07
(no commit message)
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
fixed bugs which happened.
Paul Buetow
2008-11-04
big step forward for arrays in fype.
Paul Buetow
2008-11-04
(no commit message)
Paul Buetow
2008-11-04
astyle
Paul Buetow
2008-11-04
bugfix
Paul Buetow
2008-11-04
array_delete_iterate implemented..
Paul Buetow
[next]