Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
E-language compiler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sellami Youssef
E-language compiler
Commits
3d26f178
Commit
3d26f178
authored
2 years ago
by
Wilke Pierre
Browse files
Options
Downloads
Patches
Plain Diff
dune test_lexer
parent
31a23448
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
initial merge
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-2
1 addition, 2 deletions
.gitignore
src/Makefile
+1
-1
1 addition, 1 deletion
src/Makefile
src/dune
+2
-2
2 additions, 2 deletions
src/dune
with
4 additions
and
5 deletions
.gitignore
+
1
−
2
View file @
3d26f178
...
...
@@ -3,8 +3,7 @@ grammar.html
src/generated_parser.ml
src/config.ml
**/*.native
ecomp
skeleton
src/.vscode/
.vscode/
Makefile.config
Makefile.config
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/Makefile
+
1
−
1
View file @
3d26f178
...
...
@@ -20,7 +20,7 @@ $(TG): $(SRC)
# ocamlbuild
$(
PROF
)
-cflags
-warn-error
,
"+a-26"
-cflags
-w
,
"-26"
-menhir
"menhir --unused-tokens"
-use-ocamlfind
$(
TG
)
test_lexer
:
archi.ml config.ml e_regexp.ml lexer_generator.ml symbols.ml test_lexer.ml utils.ml
dune
exec
test_lexer.exe
dune
exec
./
test_lexer.exe
dot
-Tsvg
/tmp/dfa.dot
-o
/tmp/dfa.svg
dot
-Tsvg
/tmp/nfa.dot
-o
/tmp/nfa.svg
...
...
This diff is collapsed.
Click to expand it.
src/dune
+
2
−
2
View file @
3d26f178
...
...
@@ -5,8 +5,8 @@
)
(ocamllex lexer)
(executable
(name main)
(executable
s
(name
s
main
test_lexer
)
(libraries
batteries
yojson
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment