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

exercise: reimplement writing a string to a stream #22

Closed
wants to merge 2 commits into from

Commits on Apr 26, 2019

  1. exercise: reimplement writing a string to a stream

    The `write` function is pretty foundational, so many tests now fail. Focus
    on the immediately failing tests:
    
      $ subx translate 05[0-7]*.subx -o a.elf  &&  subx run a.elf test
    
    If these pass then everything else should, as well.
    akkartik committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    436bd17 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. solved

    charles-l committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    faec7a5 View commit details
    Browse the repository at this point in the history