James Youngman

Results 8 comments of James Youngman

In case it's useful, here is a basic double-density WDFS image. The *CAT output should be: ``` (02) Double density Drive 0 Option 0 (off) Directory :0.$ Library :0.$ Work...

It's been eighteen months since this thread started and three months since the last comment on this thread. As far as I can see, no responses from the repo owner....

AIUI this doesn't work for crates within a workspace: ``` horizon:~/source/TX-2/TX-2-simulator$ cat Cargo.toml [workspace] members = [ "base", "cpu", "cli", "assembler", "tx2-web", ] [profile.wasm-release] inherits = "release" lto = true...

[nakamurarts](https://github.com/nakamurarts) is correct. I used this patch to fix the problem: ``` commit 40e0732abf7159f0f962e8a70bc03e8552606fc1 (HEAD -> jy/wasm-opt-locatoin, origin/jy/wasm-opt-locatoin) Author: James Youngman Date: Sat Mar 25 10:42:57 2023 +0000 Use correct...

This problem happens, by the way, on a Debian 11.6 (i.e. bullseye which is current stable) system (running binaryen version 99-3). So, not a niche development platform, particularly.

I think the first step would be to better document the parameters of the Parser trait. The documentation of the Input token type and the "extra" trait parameter seems to...

There is an example of a function-based parser with recursion at https://github.com/TX-2/TX-2-simulator/blob/eb32020298309e9a631c5ef1fd4a89c52bf8f4f8/assembler/src/asmlib/parser.rs#L77 Message ID: ***@***.***> >

My experience (with 1.0.0-alpha.4) closely mirrors that described by Martijn. > Message ID: ***@***.***> >