代码搜索结果
找到约 10,000 项符合
Y 的代码
y_ax_y.cc
#include "mtl/matrix.h"
#include "mtl/mtl.h"
#include "mtl/utils.h"
/*
Sample output
3x3
[
[5,4,3],
[2.5,3,3.5],
[1,1.5,2]
]
3x3
[
[5,4,3],
[0,1,2],
[1,1.5,2]
]
*/
using namespace mtl;
int
test01_y.y
%{
#include "stdio.h"
#include "dicparser/yy_def.h"
%}
%token INTEGER
%%
grammar:
INTEGER {printf ("ok!");}
;
%%
int yyerror(const char * s)
{
return 0;
}
as.y
%{
#include
#include
#include
struct outhead {
as.y
%{
#include
#include
#include
struct outhead {
as.y
%{
#include
#include
#include
struct outhead {