代码搜索:如何学习 PL?
找到约 10,000 项符合「如何学习 PL?」的源代码
代码结果 10,000
www.eeworm.com/read/189512/8466497
pl soif.pl
#-*-perl-*-
#
# soif.pl - Processing for the SOIF format.
#
# Darren Hardy, hardy@cs.colorado.edu, January 1995
#
# $Id: soif.pl,v 1.1 1999/11/03 21:41:04 golda Exp $
#
############################
www.eeworm.com/read/390183/8479767
pl pptok.pl
#!/usr/bin/perl
#
# Produce pptok.c and pptok.h from pptok.dat
#
require 'phash.ph';
my($what, $in, $out) = @ARGV;
#
# Read pptok.dat
#
open(IN, "< $in") or die "$0: cannot open: $in\n"
www.eeworm.com/read/390183/8479776
pl regs.pl
#!/usr/bin/perl
#
# Read regs.dat and output regs.h and regs.c (included in names.c)
#
$nline = 0;
sub toint($) {
my($v) = @_;
return ($v =~ /^0/) ? oct $v : $v+0;
}
sub proce
www.eeworm.com/read/390183/8479805
pl macros.pl
#!/usr/bin/perl -w
#
# macros.pl produce macros.c from standard.mac
#
# The Netwide Assembler is copyright (C) 1996 Simon Tatham and
# Julian Hall. All rights reserved. The software is
# redi
www.eeworm.com/read/390183/8479824
pl insns.pl
#!/usr/bin/perl
#
# insns.pl produce insnsa.c, insnsd.c, insnsi.h, insnsn.c from insns.dat
#
# The Netwide Assembler is copyright (C) 1996 Simon Tatham and
# Julian Hall. All rights reserved.
www.eeworm.com/read/390183/8479829
pl phash.pl
#!/usr/bin/perl
#
# Perfect Minimal Hash Generator written in Perl, which produces
# C output.
#
require 'phash.ph';
#
# Main program
#
sub main() {
my $n;
my %data;
my @ha
www.eeworm.com/read/390183/8479854
pl mkdep.pl
#!/usr/bin/perl
#
# Script to create Makefile-style dependencies.
#
# Usage: perl mkdep.pl [-s path-separator] [-o obj-ext] dir... > deps
#
use File::Spec;
use File::Basename;
use Fcntl;
www.eeworm.com/read/390183/8480024
pl genpsdriver.pl
#!/usr/bin/perl
#
# Runs the equivalent of the following command line:
#
# $(PERL) $(srcdir)/genps.pl -subtitle "version `cat ../version`" \
# nasmdoc.dip
#
# This is imple
www.eeworm.com/read/390183/8480028
pl rdsrc.pl
#!/usr/bin/perl
# Read the source-form of the NASM manual and generate the various
# output forms.
# TODO:
#
# Ellipsis support would be nice.
# Source-form features:
# ------------------
www.eeworm.com/read/390183/8480033
pl genps.pl
#!/usr/bin/perl
#
# Format the documentation as PostScript
#
use Env;
use lib $srcdir;
require 'psfonts.ph'; # The fonts we want to use
require 'pswidth.ph'; # PostScript string width