I like how Loreline transpiles to multiple languages.
I wonder why a transpire to Inform 6 or Inform 7 has not already been done as it seems an easy conceptual leap. Perhaps I don’t fully understand the use cases here.
I wrote a very simple SMILES parser using pyparsing
https://github.com/dakoner/smilesparser/tree/master
I wouldn't say it's intended for production work, but it has been useful in situations where I didn't want to pull in rdkit.
This seems to say flags is a sort of unsigned integer.
Is there a way to break the flags into big endiaN bits where the first two bits are either 01 or 10 but not 00 or 11 with 01 meaning DATA and 01 meaning POINTER with the next five bits as a counter of segments and the next bit is 1 if the default is BLACK and 1 if the default is WHITE ?
reply