Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
vite
Commits
2a45e2c0
Commit
2a45e2c0
authored
Jan 22, 2009
by
Johnny Jazeix
Browse files
Ajout d'un dossier pour les sources du parser (vide pour le moment) et
modification sur le CDC
parent
f9e2635d
Changes
2
Hide whitespace changes
Inline
Side-by-side
parser/tests/test_parser.cpp
0 → 100644
View file @
2a45e2c0
int
main
(
int
argc
,
char
**
argv
){
Parser
*
parser
=
new
Parser
();
parser
.
parse
(
"trace_to_parse.trace"
);
delete
parser
;
return
EXIT_SUCCESS
;
}
parser/tests/trace_to_parse.trace
0 → 100644
View file @
2a45e2c0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment