Commits
Commit:
6d11dfc473d237c2c3d62ef6080ad78920cf1bb5 (main)
Committer:
Omar Polo <op@omarpolo.com>
Date:
Fri Nov 19 09:04:33 2021
UTC
add known issues to the readme
Commit:
1e3d47620a6c03ad0a992aae4ae2be06b44306c3
Committer:
Omar Polo <op@omarpolo.com>
Date:
Thu Nov 18 13:03:17 2021
UTC
rework the grammar
Commit:
92d1f34ce412ff453b3533f9d12786d24e16a9c5
Committer:
Omar Polo <op@omarpolo.com>
Date:
Sun Nov 14 22:39:49 2021
UTC
cope with #...# comment style and shebang
Commit:
5881861eb13d3710f190e056a46bba5bca731984
Committer:
Omar Polo <op@omarpolo.com>
Date:
Sun Nov 14 22:37:10 2021
UTC
fmt
Commit:
f6f819c913b0281cbc3691bcc32751b3811b7a6e
Committer:
Omar Polo <op@omarpolo.com>
Date:
Tue Nov 9 08:30:02 2021
UTC
add rules for ELSIF
Commit:
327071682bedb3a10970194cccef3e714bdd3a93
Committer:
Omar Polo <op@omarpolo.com>
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
Committer:
Omar Polo <op@omarpolo.com>
Date:
Mon Nov 8 22:40:09 2021
UTC
implement the loop bits for smie
Commit:
b18a7d7e1aa442063068e5f4f8f6a17c2eabd0ef
Committer:
Omar Polo <op@omarpolo.com>
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
Committer:
Omar Polo <op@omarpolo.com>
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
Committer:
Omar Polo <op@omarpolo.com>
Date:
Mon Nov 8 17:13:06 2021
UTC
handle the comma better
Commit:
1829181ebeeaabea2f84cb885775c05c0dd5268c
Committer:
Omar Polo <op@omarpolo.com>
Date:
Mon Nov 8 09:41:05 2021
UTC
delete unused functions
Commit:
61b0b3831af8c08b51a76f348bfa7247603c8921
Committer:
Omar Polo <op@omarpolo.com>
Date:
Mon Nov 8 09:29:13 2021
UTC
start rewriting the indentation engine with SMIE
Commit:
6c694b4198f401e793237afa8578af6f4631f66d
Committer:
Omar Polo <op@omarpolo.com>
Date:
Mon Nov 8 08:27:52 2021
UTC
tweaks to the readme
Commit:
9c9e298496197fff1f78a36ba92e48bf4a1163b8
Committer:
Omar Polo <op@omarpolo.com>
Date:
Sun Nov 7 21:24:26 2021
UTC
specify which stropping styles are available (spoiler: UPPER only)
Commit:
d368846bbc86a639cd819b7c36421e333fd32dda
Committer:
Omar Polo <op@omarpolo.com>
Date:
Sun Nov 7 18:54:10 2021
UTC
typo
Commit:
780a0fdd2fa4ff88de69503795c2abec32cb7699
Committer:
Omar Polo <op@omarpolo.com>
Date:
Sun Nov 7 18:53:39 2021
UTC
improve README.md
Commit:
18be0e1315988338e68f9ff5df9e8184ea1b77b6
Committer:
Omar Polo <op@omarpolo.com>
Date:
Sun Nov 7 18:47:11 2021
UTC
simplify the a68-comment-style defcustom
It doesn't really make sense to ask for both the initial and closing
comment delimiter when they are always the same, just ask for one of
o #
o CO
o COMMENT
Commit:
16bb79908e6f7bb51fc0deb405823813c46263c4
Committer:
Omar Polo <op@omarpolo.com>
Date:
Sun Nov 7 18:42:34 2021
UTC
kill unused lexical variable
Commit:
29b924fd43b15816a5a7d581a2c1973479536b3e
Committer:
Omar Polo <op@omarpolo.com>
Date:
Sun Nov 7 18:37:01 2021
UTC
make comment style customizable
Commit:
4fcb92ee43ab536003156c406ec907396cc65253
Committer:
Omar Polo <op@omarpolo.com>
Date:
Sun Nov 7 18:26:12 2021
UTC
correctly highlight comments
Algol68 support three styles of comments:
1) COMMENT ... COMMENT
2) CO ... CO
3) # ... #
These can't be nested, although you can have things like
COMMENT CO ... CO COMMENT
as a whole comment because from `COMMENT' up to the next closer
`COMMENT' is a single comment (duh.)
Commit:
6c5ab75422e36989043a11d63a59a4821e483d65
Committer:
Omar Polo <op@omarpolo.com>
Date:
Sun Nov 7 18:24:16 2021
UTC
ensure lexical-bindings are enabled
Commit:
ad8c4716df49f966c64a6e7dd0db29c03c42275b
Committer:
Omar Polo <op@omarpolo.com>
Date:
Sun Nov 7 15:31:40 2021
UTC
revert the CO ... CO comment style
that's not the way to do it
Commit:
41ec22731c4b08b1b14fd8636f46e4532eb90c55
Committer:
Omar Polo <op@omarpolo.com>
Date:
Sun Nov 7 15:11:46 2021
UTC
enable comments with CO ... CO
Commit:
081c508b5fc870ea7a137ef9f1ce8cc3dc2513e4
Committer:
Omar Polo <op@omarpolo.com>
Date:
Sun Nov 7 15:05:40 2021
UTC
disable { and } as comment delimiters
algol68g doesn't seem to support them
Commit:
b4b2ad1b3de305c1ad2083eb4e973ad88372117a
Committer:
Omar Polo <op@omarpolo.com>
Date:
Sun Nov 7 14:22:06 2021
UTC
remove (now) wrong comment