代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/437033/1836478
s nprtso.s
! This is the Pascal run-time start-off routine. It's job is to take the
! arguments as put on the stack by EXEC, and to parse them and set them up the
! way _m_a_i_n expects them.
.extern __m_a_i_n
www.eeworm.com/read/437033/1836602
s m2rtso.s
! This is the Modula-2 run-time start-off routine. It's job is to take the
! arguments as put on the stack by EXEC, and to parse them and set them up the
! way _m_a_i_n expects them.
.sect .text; .s
www.eeworm.com/read/437033/1836819
bat configur.bat
@echo off
sed -e "s/y\.tab\./parse_tab\./" -e "/sed/ s/'/\"/g" < Makefile.in > Makefile
sed -f MISC/MSDOS/djgpp.sed Makefile.in > Makefile
update initscan.c scan.c
www.eeworm.com/read/435037/1866378
java main.java
// Driver for parser
package java_cup.simple_calc;
import java_cup.simple_calc.parser;
import java_cup.runtime.Symbol;
class Main {
static boolean do_debug_parse = false;
static public void m
www.eeworm.com/read/427042/1979436
pl x86_64-xlate.pl
#!/usr/bin/env perl
# Ascetic x86_64 AT&T to MASM assembler translator by .
#
# Why AT&T to MASM and not vice versa? Several reasons. Because AT&T
# format is way easier to parse. Because it's
www.eeworm.com/read/422785/2031937
pl x86_64-xlate.pl
#!/usr/bin/env perl
# Ascetic x86_64 AT&T to MASM assembler translator by .
#
# Why AT&T to MASM and not vice versa? Several reasons. Because AT&T
# format is way easier to parse. Because it's
www.eeworm.com/read/422060/2044777
phpt 006.phpt
--TEST--
Verbose tidy_get_error_buffer()
--SKIPIF--
--FILE--
www.eeworm.com/read/422060/2044797
phpt bug28382.phpt
--TEST--
#28382, openssl_x509_parse extensions support
--SKIPIF--
--FILE--
www.eeworm.com/read/420697/2067338
java lexicalhandler.java
// LexicalHandler.java - optional handler for lexical parse events.
// Public Domain: no warranty.
// $Id: LexicalHandler.java,v 1.1 2001/05/20 03:12:57 curcuru Exp $
package org.xml.sax.ext;
import