- Description:
- Algol68 mode for Emacs
- Last Change:
- Clone URL:
ssh://anon@git.omarpolo.com/a68-mode.git https://git.omarpolo.com/a68-mode.git
Commit Briefs
temporarly disable the # ... # comment
it clashes with the shebang, the initial #! should be excluded... Dunno how thought.
fix the indentation for the conformity clause
pretty name for the CASE on a UNION value
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.