Bob Apthorpe

Results 9 issues of Bob Apthorpe

While this is kind of a huge and unsolicited PR, your original source files are actually unchanged. I added CMake support for building, testing, and packaging, plus Doxygen and LaTeX...

Around like 1350 in `main.f` on the `patches` branch, you'll find ```.f90 IF (MAS4) SCORE=SCORE + 1 ROOM = 100 BRIEF= 0 GOTO 20 398 CONTINUE ``` `BRIEF` should be...

This should trap any instance of `OBJECT` being used as an array index in `main` when `OBJECT` is zero. The original user experience is preserved but it allows the code...

I'm not sure this is of interest for your goals of preserving the original gameplay but here goes: If you enter a bare verb (single word) for a verb that...

I am trying to build a pure Rust CLI application under CMake and use `install(TARGETS ...)` or `install(DIRECTORY ...)` to tell CPack what it needs to assemble into an installation...

While working through the example code, I added Doxygen comments to caliper.cc and made several minor changes (rearranged exclusion logic, etc.). I don't believe there's any change in behavior regarding...

`fsource lex` does not recognize the token `1H1` in the line `FORMAT (1H1)` This should be expected behavior since `fsource` is advertised as handling F77 and later, and Hollerith fields...

Thank you for releasing this project; it has helped me a lot in getting CMake set up for a new C++ project. I ran into a problem where the target...

Fixed build error resulting from missing pthread library reference; error report forthcoming...