Graham Toal
Graham Toal
You mentioned "mpc Only supports ASCII. Sorry! Writing a parser library that supports Unicode is pretty difficult. I welcome contributions!". I have a parser at https://github.com/gtoal/uparse which works entirely in...
This is a feature request, not a bug issue. You've implemented some gcc extensions in Cproc; and a good use for QBE is as a back-end for compilers (not necessarily...
This is a suggestion to enhance the Vextreme for use as a program development/debugging aid. The Vextreme could be used as a substitute for an expensive logic analyzer/data logger, by...
Would like to be able to write code that runs on the STM32 and sends vector drawing commands to code running in RAM on the Vectrex's 6809, in order to...
Did you convert the Algol sources by hand or do you have some tools to assist in the conversion to C? If the latter, would you be willing to put...
I have a document which is about 3000 pixels tall, which deskew does straighten - but the straightened document, although the horizontal lines are very level, exhibits a horizontal shear...
adpcm is declared with size 6 so the last element is 5: case 2: /* status 1 : + ADPCM status */ /* BUSY:x:PCMBUSY:ZERO:BRDY:EOS:FLAGB:FLAGA */ if(addr==0xff) ret = 0x00; /*...
I installed with "sudo npm install -g vectorinox" and it seemed to install OK, but on using it I get: ``` $ vectorinox --stdout youtube.svg /usr/local/lib/node_modules/vectorinox/dist/plugins/applyTransforms.js:292 if (el.attrs['transform']) { ^...
This came up when trying to compile the x8algol compiler. Here's a minimal version of the problem: ``` 'begin' 'integer' fred, true; 'Boolean' jim; true := 42; fred := true;...
``` ; ; INDEX INTO TABLE OF WORD-LENGTH ADDRESSES ; OBTAIN ROUTINE ADDRESS FROM TABLE AND TRANSFER CONTROL TO IT ; ; ; ASLA ; DOUBLE INDEX FOR WORD-LENGTH ENTRIES...