summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-28modify headersHEADmasterPaul Buetow
2026-02-28Rename COPYING to LICENSE file for conventionPaul Buetow
2026-02-28remove uberPaul Buetow
2026-02-28Update test.out to reflect token type and scanner fixesPaul Buetow
2026-02-28Fix function body literal mutation: make examples passPaul Buetow
2026-02-28Remove vestigial double-retry loop in _statement() [POLA]Paul Buetow
2026-02-28Clean up scanner_run() and interpret_run(): narrow signatures, fix SoC [SoC/DIP]Paul Buetow
2026-02-28Refactor _term() by extracting _term_ident(), _term_array_literal(), _term_pa...Paul Buetow
2026-02-28Decouple functions.c from interpreter array-LHS private state [Coupling]Paul Buetow
2026-02-28Refactor _process() by extracting per-operator handler functions [SRP]Paul Buetow
2026-02-28Refactor _control() by extracting per-loop handlers and stack/iter helperPaul Buetow
2026-02-28Replace built-in strcmp chains with dispatch table in functions.cPaul Buetow
2026-02-28Remove dead token/symbol types and fix SYM_INLINEFUNCTION latent errorPaul Buetow
2026-02-20Add README.md and array slicing supportPaul Buetow
2026-02-19Rename func keyword to funPaul Buetow
2026-02-19Implement function named arguments, ret, and multiple return valuesPaul Buetow
2026-02-19Add assert checks to break/next and loop/do examplesPaul Buetow
2026-02-19Implement loop (infinite) and do...while/until loopsPaul Buetow
2026-02-19Implement break and next for while/until loopsPaul Buetow
2026-02-19Add coding style section to CLAUDE.md documenting project conventionsPaul Buetow
2026-02-19migrate build system from BSD make (pmake) to GNU makePaul Buetow
2021-11-03convert POD to txtPaul Buetow
2021-11-02move to codebergPaul Buetow
2021-04-29update URIsPaul Buetow
2014-06-28get rid of session.vimPaul C. Buetow (uranus.fritz.box)
2014-06-22add README.podPaul C. Buetow (mars.fritz.box)
2010-05-09renamed the branchPaul 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-15modified headersPaul Buetow
2008-12-15say foo[1] worksPaul Buetow
2008-11-09changed the src headers.Paul Buetow
2008-11-09make headers stylePaul Buetow
2008-11-09changed version to superalphaPaul Buetow
2008-11-09new todoPaul Buetow
2008-11-09splitted function.c into function.c and functions.cPaul Buetow
2008-11-09updated the array example.Paul Buetow
2008-11-09len and ind implementedPaul Buetow
2008-11-07(no commit message)Paul Buetow
2008-11-07(no commit message)Paul Buetow
2008-11-07renamed stuffPaul Buetow
2008-11-07one step further for arrays.Paul Buetow
2008-11-05(no commit message)Paul Buetow
2008-11-04fixed bugs which happened.Paul Buetow
2008-11-04big step forward for arrays in fype. Paul Buetow
2008-11-04(no commit message)Paul Buetow
2008-11-04astylePaul Buetow
2008-11-04bugfixPaul Buetow
2008-11-04array_delete_iterate implemented..Paul Buetow