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
/
build.h
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
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-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
migrate build system from BSD make (pmake) to GNU make
Paul Buetow
2021-11-02
move to codeberg
Paul Buetow
2021-04-29
update URIs
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
splitted function.c into function.c and functions.c
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
astyle
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-11-01
modified headers
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
astyle.
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
jo
Paul Buetow
2008-10-19
synonyms work
Paul Buetow
2008-10-18
examples work now again
Paul Buetow
2008-10-18
backdowngrade
Paul Buetow
[next]