Marcell Vazquez-Chanlatte

Results 15 comments of Marcell Vazquez-Chanlatte

I think this would work well with #10

Hi @alejandrogallo What I was imagining was looking up the paper by its dblp key, e.g., `papis add --from=dblp conf/nips/Vazquez-Chanlatte18` This would let you: 1. look up the bibtex, https://dblp.uni-trier.de/rec/conf/nips/Vazquez-Chanlatte18.html?view=bibtex...

In principle this seems easy to fix. In the same way as how inputs can be optional. Happy to shepherd a PR, but bandwidth limited until mid may

@msoos @kuldeepmeel @alexeyignatiev Was wondering if there was any news on this? I'm using CMS by subprocesses, but would much rather operate through PySAT if possible. Happy to help with...

@alexeyignatiev is there a stable protocol/api that a solver needs to follow in order to be a "drop in" replacement for a pysat object? Is this more or less what...

I whipped up a prototype type specification yesterday: https://github.com/mvcisback/parser_api/blob/master/MozillaApi.hs It's pretty heavily based on https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Parser_API with the omission of E4X stuff. I think there should be a pretty 1-1 transformation...

Thanks for letting me know. I'll try to find to look into resolving.

Also, my current work around is to filter the lines the start with a disallowed rule when creating the Grammar object. It works, but it's hard to justify packaging it...

@erikrose do you have a rough outline of code that might need to be changed to support this? E.g. low hanging fruit that might enable it? May have some time...

Also, presumably this is the relevant paper: http://www.ialab.cs.tsukuba.ac.jp/%7Emizusima/publications/paste513-mizushima.pdf