.. |
append.zy
|
9f55b20946
atg. appendslice function. Fixes #10
|
8 年之前 |
arrays.zy
|
4bcb47cbe1
ft lexer builtin but progress
|
8 年之前 |
assign.zy
|
0280e68db8
atg. eliminate (.a =12) in favor of working ((a.b) 4) where b is a function
|
8 年之前 |
break.zy
|
15d67c8593
// comments instead of ;;. still ft.
|
8 年之前 |
char.zy
|
c15fb1196e
atg. handle newline char
|
6 年之前 |
chomp.zy
|
65364eebb3
atg. chomp and system improved
|
8 年之前 |
closure.zy
|
bb681de3f9
passes tests now...
|
6 年之前 |
closure2.zy
|
b80fc76d11
ft. but much lexing progress
|
8 年之前 |
closure3.zy
|
684789d5ae
atg. even stronger tests/closure3.zy
|
6 年之前 |
colonop.zy
|
fd0bf5b658
reserving {} for infix priority/parenthesization; use (hash a:10) for all hash tables
|
8 年之前 |
comma.zy
|
f6d973bd72
atg. v4.6.2 reassign to symbols with same type, using , and multi-assign: all green
|
8 年之前 |
comments.zy
|
b80fc76d11
ft. but much lexing progress
|
8 年之前 |
comparisons.zy
|
2da6eb7690
atg. all tests green, with 'a' characters, %quoted-syms.
|
8 年之前 |
continue.zy
|
15d67c8593
// comments instead of ;;. still ft.
|
8 年之前 |
controlflow.zy
|
3e8eb5dd7e
ft. but 'quote -> %quote mostly done
|
8 年之前 |
coroutines.zy
|
2cb5545683
lazyparse.go: lazy parsing is now on by default. The parsing goroutine is shut down eagerly. Also: deprecate the data race-y coroutine facility.
|
1 年之前 |
ctor.zy
|
15d67c8593
// comments instead of ;;. still ft.
|
8 年之前 |
decl_field.zy
|
15d67c8593
// comments instead of ;;. still ft.
|
8 年之前 |
decl_fun.zy
|
7c17d7e9c5
atg. add method builder
|
8 年之前 |
decl_pointer.zy
|
a9a337b2d1
atg. prep for 5.0. NaN handling, better (togo) and rename package repl -> zygo
|
6 年之前 |
decl_slice.zy
|
15d67c8593
// comments instead of ;;. still ft.
|
8 年之前 |
declare.zy
|
3dd1763a8b
wip package impl
|
8 年之前 |
defined.zy
|
3e8eb5dd7e
ft. but 'quote -> %quote mostly done
|
8 年之前 |
dotcall.zy
|
3dd1763a8b
wip package impl
|
8 年之前 |
dotsym.zy
|
3dd1763a8b
wip package impl
|
8 年之前 |
dynprob.zy
|
b80fc76d11
ft. but much lexing progress
|
8 年之前 |
dynscope.zy
|
15d67c8593
// comments instead of ;;. still ft.
|
8 年之前 |
eval.zy
|
3e8eb5dd7e
ft. but 'quote -> %quote mostly done
|
8 年之前 |
event.zy
|
691c36e55e
fix test broken by https://github.com/glycerine/zygomys/pull/14
|
8 年之前 |
expect-error.zy
|
b80fc76d11
ft. but much lexing progress
|
8 年之前 |
for.zy
|
2da6eb7690
atg. all tests green, with 'a' characters, %quoted-syms.
|
8 年之前 |
functions.zy
|
a9a337b2d1
atg. prep for 5.0. NaN handling, better (togo) and rename package repl -> zygo
|
6 年之前 |
funfun.zy
|
bcdc0d5aa1
ft. package.zy with comments in pkghelper, suspect this is LoadExpression/extra popping wonkiness
|
8 年之前 |
gob.zy
|
b4a504ec72
atg. SexpPair public Tail/Head. gob encode a records native Go struct
|
8 年之前 |
hash.zy
|
a9a337b2d1
atg. prep for 5.0. NaN handling, better (togo) and rename package repl -> zygo
|
6 年之前 |
hof.zy
|
3e8eb5dd7e
ft. but 'quote -> %quote mostly done
|
8 年之前 |
if.zy
|
1f28172126
atg. include if-then-else-if-then-else test
|
8 年之前 |
if2.zy
|
8dca9c99dc
atg. infix parsing of 'if' with tests/if2.zy and tests/if.zy all green
|
8 年之前 |
import.zy
|
2dcab8555e
ft. import.zy for import statement
|
8 年之前 |
inc.g
|
1e134d82e5
atg. source-file -> source, cleanup old impl. test req.
|
9 年之前 |
inc1.g
|
720d5eeaba
add include test
|
9 年之前 |
inc2.g
|
7eae57bde8
atg. decl_fun.zy still commented out
|
8 年之前 |
inc3.g
|
15d67c8593
// comments instead of ;;. still ft.
|
8 年之前 |
include.zy
|
b8110c7bf8
atg. dashes banned from identifiers, for Go compat
|
8 年之前 |
incr.g
|
1e134d82e5
atg. source-file -> source, cleanup old impl. test req.
|
9 年之前 |
indepf.zy
|
b8110c7bf8
atg. dashes banned from identifiers, for Go compat
|
8 年之前 |
infix.zy
|
ec5506b4b9
atg. improved mixing of infix and sexp calls
|
8 年之前 |
infixAssign.zy
|
c491a78152
atg. gracefully handle empty infixExpand.
|
8 年之前 |
infixMixHashArray.zy
|
e8acdf13ee
atg. more nested hash access verification
|
8 年之前 |
joinsym.zy
|
3e8eb5dd7e
ft. but 'quote -> %quote mostly done
|
8 年之前 |
json_msgpack.zy
|
2da6eb7690
atg. all tests green, with 'a' characters, %quoted-syms.
|
8 年之前 |
label.zy
|
0280e68db8
atg. eliminate (.a =12) in favor of working ((a.b) 4) where b is a function
|
8 年之前 |
late.zy
|
15d67c8593
// comments instead of ;;. still ft.
|
8 年之前 |
len.zy
|
3e8eb5dd7e
ft. but 'quote -> %quote mostly done
|
8 年之前 |
lines
|
7eb5893b70
atg. slurp and slurpf working.
|
8 年之前 |
lists.zy
|
4580fdae07
atg. concat can take more than two lists
|
6 年之前 |
macexp.zy
|
3b77520730
atg. fix (source) stack popping so (req tests/sourcer) runs clean.
|
8 年之前 |
macros.zy
|
aed32ec755
rollback issues/54 stuff. macros run in duplicated environment again, Go can read un corrupted datastack
|
1 年之前 |
manual-leak-check.zy
|
3e8eb5dd7e
ft. but 'quote -> %quote mostly done
|
8 年之前 |
methodcall.zy
|
9da586646a
atg. snoopy Fly has side effect, call evidence
|
8 年之前 |
methodls.zy
|
a9a337b2d1
atg. prep for 5.0. NaN handling, better (togo) and rename package repl -> zygo
|
6 年之前 |
msgpack-map.zy
|
7df42caf3e
atg. symbol identifiers match Go identifiers
|
8 年之前 |
multiple_assignment.zy
|
e8a00dcd0d
atg. parallel assignment, nil, :=, internal cleanup.
|
8 年之前 |
mux-function.zy
|
0849a58257
fix #55
|
2 年之前 |
nan.zy
|
a9a337b2d1
atg. prep for 5.0. NaN handling, better (togo) and rename package repl -> zygo
|
6 年之前 |
newscope
|
15d67c8593
// comments instead of ;;. still ft.
|
8 年之前 |
nsplit.zy
|
9f55b20946
atg. appendslice function. Fixes #10
|
8 年之前 |
numberkeys.zy
|
30b09f757c
atg. allow hash get by placing array right after the var's name
|
7 年之前 |
numbers.zy
|
bce9c8bfc0
support decimal integers literals with underscores _ for readability, similar to go1.13
|
1 年之前 |
owrite.zy
|
b8110c7bf8
atg. dashes banned from identifiers, for Go compat
|
8 年之前 |
package.zy
|
4ff8ada2d5
atg. no assignment to package-private variables
|
8 年之前 |
pkghelp
|
e70616f577
atg. refactor in prep for Public/private package members and cycle detection
|
8 年之前 |
pointer.zy
|
3dd1763a8b
wip package impl
|
8 年之前 |
prepackage
|
00a21894bd
atg. Public/private packages work, and we recover from stack-corruption more gracefully too.
|
8 年之前 |
printf.zy
|
ca0819cde1
start rename to zygomys and zygo
|
8 年之前 |
quotedsym.zy
|
3e8eb5dd7e
ft. but 'quote -> %quote mostly done
|
8 年之前 |
range.zy
|
b8110c7bf8
atg. dashes banned from identifiers, for Go compat
|
8 年之前 |
raw.zy
|
40ed0d4b92
atg. infix mode handles multilaw backtick raw strings
|
5 年之前 |
recur.zy
|
15d67c8593
// comments instead of ;;. still ft.
|
8 年之前 |
regexp.zy
|
b8110c7bf8
atg. dashes banned from identifiers, for Go compat
|
8 年之前 |
rmsym.zy
|
0280e68db8
atg. eliminate (.a =12) in favor of working ((a.b) 4) where b is a function
|
8 年之前 |
sci.zy
|
f0c0bd4e3c
atg. better scientific notation
|
6 年之前 |
scoping.zy
|
b8110c7bf8
atg. dashes banned from identifiers, for Go compat
|
8 年之前 |
set.zy
|
87d31559c2
atg. loud debug prints on
|
8 年之前 |
setenv.zy
|
fceb9c2e9e
atg. add setenv.zy test
|
6 年之前 |
sigils.zy
|
a8e0b172e5
remote cruft
|
7 年之前 |
slurp.zy
|
b8110c7bf8
atg. dashes banned from identifiers, for Go compat
|
8 年之前 |
sourcer
|
15d67c8593
// comments instead of ;;. still ft.
|
8 年之前 |
split.zy
|
b8110c7bf8
atg. dashes banned from identifiers, for Go compat
|
8 年之前 |
str.zy
|
15d67c8593
// comments instead of ;;. still ft.
|
8 年之前 |
strings.zy
|
2da6eb7690
atg. all tests green, with 'a' characters, %quoted-syms.
|
8 年之前 |
struct.zy
|
3dd1763a8b
wip package impl
|
8 年之前 |
symbols.zy
|
b8110c7bf8
atg. dashes banned from identifiers, for Go compat
|
8 年之前 |
syntax-quote.zy
|
fd0bf5b658
reserving {} for infix priority/parenthesization; use (hash a:10) for all hash tables
|
8 年之前 |
system.zy
|
2224fea16d
trim spaces for \r.
|
8 年之前 |
tailcallresid.zy
|
5157a82c3f
atg. fix: tail-recursion doesn't leave residual scopes hanging around. also: give empty slice [] a type and allow it to assign to slices.
|
8 年之前 |
tailrecur.zy
|
d4521fc1ea
fix: perform a tail call on a varargs function would hang forever
|
2 年之前 |
testall.sh
|
a9a337b2d1
atg. prep for 5.0. NaN handling, better (togo) and rename package repl -> zygo
|
6 年之前 |
type.zy
|
43f1567f0c
atg. fix type? for bool
|
8 年之前 |
typelist.zy
|
15d67c8593
// comments instead of ;;. still ft.
|
8 年之前 |
uint64.zy
|
326aaf4784
atg. asUint64 conversion function available
|
6 年之前 |
users.zy
|
bea10372d8
atg. tests/users.zy passes: filter commas and End before loading expressions.
|
8 年之前 |