- 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.
推薦閱讀
- SOA實(shí)踐
- C語言程序設(shè)計(jì)(第3版)
- Magento 1.8 Development Cookbook
- JavaScript+Vue+React全程實(shí)例
- PhpStorm Cookbook
- SQL經(jīng)典實(shí)例(第2版)
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題解析與實(shí)驗(yàn)指導(dǎo)
- Go語言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(2)
- Java零基礎(chǔ)實(shí)戰(zhàn)
- Learning Ionic
- ASP.NET求職寶典
- Python大規(guī)模機(jī)器學(xué)習(xí)
- Instant Automapper
- Java Web開發(fā)基礎(chǔ)與案例教程
- Java Web開發(fā)教程:基于Struts2+Hibernate+Spring