- Perl 6 Deep Dive
- Andrew Shitov
- 88字
- 2021-07-03 00:05:42
STD.pm
STD.pm is a huge file describing the formal Perl 6 grammar. The grammar of Perl 6 is written in Perl 6 itself. The repository of https://github.com/perl6/std contains the grammar and the viv utility that translates the grammar into the Perl 5 code. We have mentioned the STD.pm grammar because it may be interesting for those readers who want to dig deeper into the internal structure of the grammar. In the rest of this book, we will explain the grammar based on examples of code in Perl 6.
推薦閱讀
- Mastering Concurrency Programming with Java 8
- Learning C# by Developing Games with Unity 2020
- 移動UI設計(微課版)
- 數據庫系統原理及MySQL應用教程
- Access 2010數據庫基礎與應用項目式教程(第3版)
- KnockoutJS Starter
- Learning Python by Building Games
- C語言課程設計
- Java系統化項目開發教程
- 區塊鏈底層設計Java實戰
- Julia高性能科學計算(第2版)
- Python High Performance Programming
- 網絡數據采集技術:Java網絡爬蟲實戰
- JavaScript從入門到精通(視頻實戰版)
- Penetration Testing with the Bash shell