projects
/
T7
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial revision of "T7", the compiler from hell
[T7]
/
plain.h
1
/*
2
* Copyright (C) 2018 Nicolas Mauger
3
* This file is subject to the terms and conditions of the
4
* CeCILL free software license agreement. See the file
5
* LICENSE in the main directory of T7 for more details.
6
*/
7
8
void statements();
9
void expression();
10
void expr_prime();
11
void term();
12
void term_prime();
13
void factor();