- 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.
推薦閱讀
- Visual Basic .NET程序設計(第3版)
- Spring Cloud Alibaba核心技術與實戰案例
- Getting Started with React
- Mastering Articulate Storyline
- Implementing Cisco Networking Solutions
- Java編程的邏輯
- Oracle GoldenGate 12c Implementer's Guide
- 21天學通C++(第5版)
- 智能搜索和推薦系統:原理、算法與應用
- Python網絡爬蟲技術與應用
- SwiftUI極簡開發
- 進入IT企業必讀的324個Java面試題
- Python 快速入門(第3版)
- 安卓工程師教你玩轉Android
- Kotlin語言實例精解