diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-03 16:38:35 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-03 16:38:35 -0400 |
| commit | 673de1c627a2046123e1693e9e6508399a028508 (patch) | |
| tree | 86303316523319eeebcf0e0c52a2be781089c286 /docs/implementation | |
| parent | 8846e63a6f1fe51ee9a68dc511cc6fcdbf54efa6 (diff) | |
Write files directly from md.bqn, not gendocs (removes trailing empty lines)
Diffstat (limited to 'docs/implementation')
| -rw-r--r-- | docs/implementation/codfns.html | 1 | ||||
| -rw-r--r-- | docs/implementation/index.html | 1 | ||||
| -rw-r--r-- | docs/implementation/vm.html | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/docs/implementation/codfns.html b/docs/implementation/codfns.html index 1cb63eaf..9b9c14f6 100644 --- a/docs/implementation/codfns.html +++ b/docs/implementation/codfns.html @@ -22,4 +22,3 @@ </ul> <p>Aaron advocates the almost complete separation of code from comments (thesis) in addition to his very terse style as a general programming methodology. I think these choices are good for rapid development but not for maintainance and explaining the code to other developers. I will write separate long-form material on implementation, but will start expanding the source code and adding comments, mainly to explain the meaning of variables whose definitions are not instantly obvious.</p> <p>Co-dfns does not check for compilation errors. BQN should have complete error checking, and good error messages. Maybe it can even give better error diagnosis than sequential compilers in some cases by examining the input as a whole to find the most likely cause of the mistake. Particularly for web distribution it may still make sense to have a version of the compiler that doesn't check for errors; this should be possible simply by setting a configuration parameter when compiling the compiler.</p> - diff --git a/docs/implementation/index.html b/docs/implementation/index.html index 2ab839e4..0aa8342f 100644 --- a/docs/implementation/index.html +++ b/docs/implementation/index.html @@ -16,4 +16,3 @@ <li><a href="https://chat.stackexchange.com/rooms/52405/conversation/lesson-s2-infix-to-rpn">Infix to RPN</a></li> <li><a href="https://chat.stackexchange.com/rooms/52405/conversation/lesson-s3-parsing-expressions-with-parentheses">Parsing expressions with parentheses</a></li> </ul> - diff --git a/docs/implementation/vm.html b/docs/implementation/vm.html index 4805d6b1..eef49106 100644 --- a/docs/implementation/vm.html +++ b/docs/implementation/vm.html @@ -540,4 +540,3 @@ <li>For a larger test, use <a href="https://github.com/mlochbaum/BQN/blob/master/implementation/../test/prim.bqn">test/prim.bqn</a>. The result should be an empty list <code><span class='Bracket'>⟨⟩</span></code> indicating no failed tests.</li> <li>If test/prim.bqn passes you can almost certainly compile the compiler.</li> </ul> - |
