Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/COMU/coccinelle
Browse files Browse the repository at this point in the history
  • Loading branch information
yeliztaneroglu committed Dec 9, 2014
2 parents f1c6ba6 + c36dcb1 commit 962ea76
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions bolum10.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
\documentclass[22pt]{article}
\usepackage[turkish]{babel}
\usepackage{listings}
\begin{document}
10 Donusumler icin Sabitler, Tanimlayicilar ve Tipleri\\
\\
\begin{lstlisting}
const ::= string
| [0-9]+
| ...
string ::= "[ˆ"] ∗"
id ::= id | metaid Id | OR(stmt)
typedef_ident ::= id | metaid Type
type ::= ctype | metaid Type
pathToIsoFile ::= <.*>
regexp ::= "[ˆ"] ∗"
\end{lstlisting}
\end{document}
2 changes: 1 addition & 1 deletion bolum10.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
10 Sabitler, Tanımlayıcılar ve Dönüşümler için Tipleri
10 Dönüşümler için Sabitler, Tanımlayıcılar ve Tipleri

const ::= string
| [0-9]+
Expand Down
File renamed without changes.

0 comments on commit 962ea76

Please sign in to comment.