Hiroshi Ichikawa

Results 5 issues of Hiroshi Ichikawa

e.g., https://drive.google.com/drive/u/2/folders/1rPPuzAew4tO3ORc88Vz1JscPCcnrX7-J I believe /u/\d+ is inserted after /drive in such URLs.

enhancement

Reason: - Old versions of the API has been deprecated: https://developers.google.com/google-apps/spreadsheets/ - We currently mix old API and V3 API. Using V3 API everywhere should simplify the code.

wget http://antony.lesuisse.org/ajaxterm/files/Ajaxterm-0.10.tar.gz should be: wget http://antony.lesuisse.org/software/ajaxterm/files/Ajaxterm-0.10.tar.gz

Looks like this package doesn't accept left-recursive grammar. Is it expected? I was wondering because I heard that Earley parser accepts arbitrary context-free language. It looks it accepts right-recursive grammar,...

I'm interesting in using this package, but I found that it doesn't work with the latest version (1.2.7) of semiring package, at least when I use it from normal JavaScript....