Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Literate programming #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

petithug
Copy link

@petithug petithug commented Mar 15, 2019

Notes:

  • I left Make Lemma alone, as it can be lifted as a top-level function or as a local (where clause) function, but the indentation would be different.
  • The unlit function is fast, even on the 2600+ lines document I use.
  • The unlit function returns a list of error lines, but only the first one is converted a error. But the code is ready for when the lexer and the parser start to generate multiple errors instead of just one.

Changelog:

  • Add support for .lblod files.
  • Add support for Case Split.
  • Add new Parse Error for Literate fails.
  • Add support for Add Clause.
  • Literate processing fails if code blocks are not separated by a blank
    line.

- Add support for .lblod files.
- Add support for Case Split.
- Add new Parse Error for Literate fails.
- Add support for Add Clause.
- Literate processing fails if code blocks are not separated by a blank
  line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant