いまどきのガラケーコーディングがどうなっているか確認してみました。
- 停波による古い端末の一掃
- docomo
- 2006春モデル以前の端末が mova の停波により 2012/03/31 から利用不能に
- docomo
- au
更新: | 2024-05-20 |
---|---|
作者: | @voluntas |
バージョン: | 2024.1 |
URL: | https://voluntas.github.io/ |
/* | |
* Simple Intentation-Based Language PEG.js Grammar | |
* ================================================ | |
* | |
* Describes a simple indentation-based language. A program in this language is | |
* a possibly empty list of the following statements: | |
* | |
* * S (simple) | |
* | |
* Consists of the letter "S". |