Commits
Commit:
6d11dfc473d237c2c3d62ef6080ad78920cf1bb5
Date:
Fri Nov 19 09:04:33 2021
UTC
add known issues to the readme
Commit:
1e3d47620a6c03ad0a992aae4ae2be06b44306c3
Date:
Thu Nov 18 13:03:17 2021
UTC
rework the grammar
Commit:
92d1f34ce412ff453b3533f9d12786d24e16a9c5
Date:
Sun Nov 14 22:39:49 2021
UTC
cope with #...# comment style and shebang
Commit:
5881861eb13d3710f190e056a46bba5bca731984
Date:
Sun Nov 14 22:37:10 2021
UTC
fmt
Commit:
f6f819c913b0281cbc3691bcc32751b3811b7a6e
Date:
Tue Nov 9 08:30:02 2021
UTC
add rules for ELSIF
Commit:
327071682bedb3a10970194cccef3e714bdd3a93
Date:
Mon Nov 8 22:40:53 2021
UTC
temporarly disable the # ... # comment
it clashes with the shebang, the initial #! should be
excluded... Dunno how thought.
Commit:
6170a32c97888925bd5d638b604b37100ad42567
Date:
Mon Nov 8 22:40:09 2021
UTC
implement the loop bits for smie
Commit:
b18a7d7e1aa442063068e5f4f8f6a17c2eabd0ef
Date:
Mon Nov 8 18:39:46 2021
UTC
fix the indentation for the conformity clause
pretty name for the CASE on a UNION value
Commit:
d3cc027d5f8b3beb6de0e9dec29facae3c3b7e09
Date:
Mon Nov 8 17:14:40 2021
UTC
rework the grammar
In Algol68 pretty almost everything seems to yield a value (except
loops, mode declarations and... ?) so it's easier (and probably more
correct) to have "exprs" instead of "insts" (instructions) everywhere.
The "resolvers" are probably wrong, but so far they work.
Commit:
0effda17cb4608aa8263c796eccc1d2505ecf448
Date:
Mon Nov 8 17:13:06 2021
UTC
handle the comma better
Commit:
1829181ebeeaabea2f84cb885775c05c0dd5268c
Date:
Mon Nov 8 09:41:05 2021
UTC
delete unused functions
Commit:
61b0b3831af8c08b51a76f348bfa7247603c8921
Date:
Mon Nov 8 09:29:13 2021
UTC
start rewriting the indentation engine with SMIE
Commit:
6c694b4198f401e793237afa8578af6f4631f66d
Date:
Mon Nov 8 08:27:52 2021
UTC
tweaks to the readme
Commit:
9c9e298496197fff1f78a36ba92e48bf4a1163b8
Date:
Sun Nov 7 21:24:26 2021
UTC
specify which stropping styles are available (spoiler: UPPER only)
Commit:
d368846bbc86a639cd819b7c36421e333fd32dda
Date:
Sun Nov 7 18:54:10 2021
UTC
typo
Omar Polo