index
:
APL9
front
APL for Plan 9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quadnames.c
Age
Commit message (
Collapse
)
Author
2022-02-01
Remove debug print from ⎕run
Peter Mikkelsen
2022-01-26
Implement replicate first and last ⌿ /
Peter Mikkelsen
2022-01-26
Implement a new "mixed" type which can be either of the three scalar types: ↵
Peter Mikkelsen
int, float, rune. This allows scalar arrays with mixed scalar types
2022-01-24
Don't open symbols when lexing
Peter Mikkelsen
2022-01-24
Fix symbol lookup
Peter Mikkelsen
2022-01-24
Rework the lexer to lex from either a string or bio. This allows multiline ↵
Peter Mikkelsen
dfn's.
2022-01-23
Rework symbol lookup to use lexical scoping, and implement recursive ↵
Peter Mikkelsen
function call via ∇
2022-01-22
Implement ⎕DIV for allowing division by zero to result in 0 if needed
Peter Mikkelsen
2022-01-21
Add ⎕THROW for throwing errors
Peter Mikkelsen
2022-01-21
Implement better error handling, but still no error guards
Peter Mikkelsen
2022-01-20
Implement a very basic ⎕RUN command which runs the code from a file
Peter Mikkelsen
2022-01-20
Implement better dnfs semantics
Peter Mikkelsen
2022-01-16
Implement floats
Peter Mikkelsen
2022-01-15
Implement quad names for variables
Peter Mikkelsen