Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wildbitscomputing/superbasic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: wildbitscomputing/superbasic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pr/sphinx-docs
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 20 files changed
  • 1 contributor

Commits on Jun 2, 2026

  1. docs: add Sphinx documentation site for SuperBASIC

    Convert LaTeX reference manual to MyST Markdown with Sphinx + Furo theme.
    Includes all guide chapters, complete A-Z keyword reference, Mermaid diagrams
    with dark-mode compatible colors, screen editor key reference, and GitHub
    Actions workflow for deployment.
    mbrukner committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    88c4f65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e254ca7 View commit details
    Browse the repository at this point in the history
  3. Update the docs

    mbrukner committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    be28c0a View commit details
    Browse the repository at this point in the history
  4. update documentation

    mbrukner committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    7a6a418 View commit details
    Browse the repository at this point in the history
  5. fix some errors

    more fixes
    
    fix
    mbrukner committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    5848829 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8a6362 View commit details
    Browse the repository at this point in the history
  7. docs: add DEFFN/ENDDEF documentation

    Document user-defined functions in the structured programming guide
    and keyword reference. Covers single-line, multi-line, and nested calls.
    mbrukner committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    0113480 View commit details
    Browse the repository at this point in the history
  8. docs: update sphinx documentation for FN/ENDFN rename and RETURN

    - Rename DEFFN/ENDDEF to FN/ENDFN in keyword reference and guide
    - Document RETURN expr for returning values from multi-line functions
    - Add recursive function example (factorial)
    - Update PROC docs to note definitions can appear anywhere
    - Add FN/ENDFN to syntax highlighter keyword list
    mbrukner committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    8b7c29e View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into pr/sphinx-docs

    Signed-off-by: Matthias <[email protected]>
    mbrukner authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    bc80fba View commit details
    Browse the repository at this point in the history
Loading