- 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.
推薦閱讀
- 玩轉Scratch少兒趣味編程
- Java范例大全
- Java面向對象程序開發及實戰
- 深度學習:算法入門與Keras編程實踐
- Visual C++數字圖像處理技術詳解
- 機器學習與R語言實戰
- Developing SSRS Reports for Dynamics AX
- Windows Phone 8 Game Development
- RESTful Web Clients:基于超媒體的可復用客戶端
- App Inventor 2 Essentials
- Practical GIS
- Anaconda數據科學實戰
- Instant AppFog
- HTML5 and CSS3:Building Responsive Websites
- Implementing DevOps with Ansible 2