TANIGUCHI Masaya

Results 89 comments of TANIGUCHI Masaya

My service is friendly with Deno community. - Migration: The minimum migration styep is the replacement of `deno.land` by `lib.deno.dev`. There are no more modifications. - Compatibility: We can use...

Thank you for pushing me to make a pull request. Now, I added (almost) exhaustive tests. Please see this file. https://github.com/tani/lib.deno.dev/blob/main/mod.test.ts

Thank you for your report #4 #5 #6 #7. I've gotten them. After about 1 week. I start fixing these problems. In progress, I'll notice you as comment in these...

This issue will be solved by new reader of #7 .

In Windows Subsystem for Linux, there is no problem about this issue. And in macOS, I have same problem. So I guess that this is the problem about the implementation...

Yes. `rlwrap` doesn't fix this issue. `rlwrap` is quick answer for this issue. Of cource I promise you to fix this issue. For instance, I think that I must rewrite...

I report progress. Now I start new reader and parser. - Splitting REPL and Reader (REPL will be used goreadline) - Using parser combinator (ex goparsec) - If parse error...

Textlint AST provides `Table` node. Why not use it instead of `ListItem`? I note you that the third party parser latex-utensils has no node for table unfortunately.

OMG, should we send request to ast-node-types?

Hmm..., we still need to maintain the completeBlank function but it is not so straightway to deal AST. We now are spending a large part of the code to complete...