- 31 Oct, 2007 1 commit
-
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1422 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 30 Oct, 2007 1 commit
-
-
Roland Levillain authored
* build-aux/freeimageplus.m4: New. Provide the Autoconf macro OLN_WITH_FREEIMAGEPLUS. Inspired by Olena 0.11's macros AC_WITH_CXX_ZLIB and AC_WITH_CXX_FFTW. Use this macro... * configure.ac: ...here, instead of the previous ad hoc solution. Rename the Automake conditional FREE_IMAGE_PLUS as FREEIMAGEPLUS, and adjust it. * Makefile.am (ACLOCAL_AMFLAGS): New. Set it to `-I build-aux' to have aclocal visit build-aux/freeimageplus.m4. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1409 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 29 Oct, 2007 2 commits
-
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1403 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* milena/mln/labeling: ...this. According to the Robert & Collins dictionary, `labelling' is spelled with two l's. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1402 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 22 Oct, 2007 1 commit
-
-
Roland Levillain authored
* configure.ac: Check for headers and libraries of FreeImage. Configure milena/tests/Makefile. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1364 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 23 Jul, 2007 3 commits
-
-
Roland Levillain authored
* configure.ac (static/samples/mini-std/Makefile) (static/samples/mini-std/cpp/Makefile) (static/samples/mini-std/cpp2/Makefile): Configure them. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1033 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1029 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* stc/scoop.hxx: Add a copyright header. Typos. Re-indent some parts. (helper_check): Fix documentation. Actually use check_final_stm and check_delegatee_inherited as described in the documentation. (helper_find): Add some documentation. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1028 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 29 Jun, 2007 1 commit
-
-
Roland Levillain authored
* configure.ac (milena/Makefile, milena/doc/Makefile): Configure them. * Makefile.am (SUBDIRS): Add milena. * milena/Makefile.am: New. * milena/doc/Makefile.am, milena/doc/Doxyfile.in: New files (copied from LRDE TC's project). git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@988 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 28 Jun, 2007 5 commits
-
-
Thierry Geraud authored
* olena/oln/morpho/Rd/union_find.hh: Update. * milena/test/main.cc: Use Rd. * milena/morpho/Rd.hh: New. * milena/level/fill.hh: Add assertions. * milena/level/compare.hh: New. * milena/level/paste.hh: New. * milena/core/macros.hh (mln_ch_value): New. * milena/core/concept/image.hh: Update. * milena/core/image2d.hh: Update. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@987 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* milena/test/main.cc: Update. * milena/core/neighb2d.hh: New. * milena/core/neighb.hh: New. * milena/core/concept/neighborhood.hh: New. * milena/core/dpoints_qiter.hh: Rename as... * milena/core/dpoints_piter.hh: ...this. * milena/core/internal/set_of.hh (operator<<): New; factor code. * milena/core/rectangle2d.hh: Update. * milena/core/window.hh: Update. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@986 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* milena/test/main.cc: Use erosion. * milena/debug/println.hh: Remove version with win. Add a facade. New 2D version. * milena/level/fill.hh: Add overloads. * milena/core/concept/point_set.hh (npoints): New. * milena/core/concept/box.hh (npoints): New. * milena/core/image2d.hh (operator=): New. (image2d): New cpy ctor. * milena/value/props.hh: Extend. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@985 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* milena/morpho/erosion.hh: New. * milena/io: New. * milena/value/props.hh: New. * milena/border: New. * milena/test/main.cc, * milena/debug/println.hh, * milena/level/fill.hh, * milena/core/dpoints_qiter.hh, * milena/core/macros.hh, * milena/core/box_piter.hh, * milena/core/concept/image.hh, * milena/core/concept/genpoint.hh, * milena/core/concept/piter.hh, * milena/core/concept/point_set.hh, * milena/core/concept/window.hh, * milena/core/concept/box.hh, * milena/core/concept/point.hh, * milena/core/concept/dpoint.hh, * milena/core/internal/image_adaptor.hh, * milena/core/internal/image_base.hh, * milena/core/safe_image.hh, * milena/mlc/same_point.hh: Change oln_ into mln_. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@984 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* milena: New. * milena/test: New. * milena/test/main.cc: New. * milena/convert: New. * milena/morpho: New. * milena/debug: New. * milena/debug/println.hh: New. * milena/level: New. * milena/level/fill.hh: New. * milena/core: New. * milena/core/dpoint2d.hh: New. * milena/core/window2d.cc: New. * milena/core/macros.hh: New. * milena/core/dpoints_qiter.hh: New. * milena/core/window2d_qiter.cc: New. * milena/core/box.hh: New. * milena/core/point.hh: New. * milena/core/rectangle2d.hh: New. * milena/core/box_piter.hh: New. * milena/core/dpoint.hh: New. * milena/core/concept: New. * milena/core/concept/image.hh: New. * milena/core/concept/genpoint.hh: New. * milena/core/concept/piter.hh: New. * milena/core/concept/point_set.hh: New. * milena/core/concept/psite.hh: New. * milena/core/concept/object.hh: New. * milena/core/concept/window.hh: New. * milena/core/concept/box.hh: New. * milena/core/concept/iterator.hh: New. * milena/core/concept/point.hh: New. * milena/core/concept/dpoint.hh: New. * milena/core/window2d.hh: New. * milena/core/ops.hh: New. * milena/core/exact.hh: New. * milena/core/window.hh: New. * milena/core/image2d.hh: New. * milena/core/vec.hh: New. * milena/core/internal: New. * milena/core/internal/coord_impl.hh: New. * milena/core/internal/image_adaptor.hh: New. * milena/core/internal/image_base.hh: New. * milena/core/internal/set_of.hh: New. * milena/core/box2d.hh: New. * milena/core/point2d.hh: New. * milena/core/safe_image.hh: New. * milena/mlc: New. * milena/mlc/equal.hh: New. * milena/mlc/same_point.hh: New. * milena/value: New. * milena/README: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@983 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 26 Apr, 2007 1 commit
-
-
Thierry Geraud authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@968 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 25 Apr, 2007 1 commit
-
-
Nicolas Ballas authored
* olena/tests/core/fiter_point1d_b.cc, * olena/tests/core/fiter_point2d_b.cc: New test. * olena/tests/core/Makefile.am: Update. * olena/oln/core/1d/fast_iterator_1d_b.hh: New fast_iterator for image1d_b. * olena/oln/core/2d/fast_iterator_2d_b.hh: New fast_iterator for image1d_b. * olena/oln/core/1d/fast_iterator_1d.hh, * olena/oln/core/2d/fast_iterator_2d.hh, * olena/oln/core/3d/fast_iterator_3d.hh: factorizing some codes * olena/oln/core/1d/image1d_b.hh, * olena/oln/core/2d/image2d_b.hh: add method to get the array associated with the image. * olena/oln/core/1d/image1d.hh, * olena/oln/core/2d/image2d.hh, * olena/oln/core/3d/image3d.hh: Change fiter type. * olena/oln/core/concept/fast_iterator.hh: factorizing some codes. * olena/oln/core/internal/fast_iterator_base.hh: New base class for fast iterator based on image with array. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@965 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 24 Apr, 2007 1 commit
-
-
Thierry Geraud authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@957 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 23 Apr, 2007 1 commit
-
-
Nicolas Ballas authored
* olena/tests/core/3dtorle.cc: New test. * olena/tests/core/rle_image.cc: Update test. * olena/tests/core/Makefile.am: Update. * olena/oln/core/gen/rle_image.hh, * olena/oln/core/gen/rle_encode.hh: fix a bug. * olena/oln/core/concept/iterator_on_values.hh: change vit.to_point() to vit.to_value(). * olena/oln/core/internal/encoded_image.hh: small modifications. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@954 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 29 Mar, 2007 1 commit
-
-
Nicolas Ballas authored
* olena/tests/core/iter_point1d.cc, olena/tests/core/iter_point2d.cc: New. * olena/tests/core/iter_point3d.cc: New test file. * olena/tests/core/Makefile.am: Add new tests in make check. * olena/oln/core/internal/iterator_on_points_impl.hh: New, implementations for Iterator_On_Points. * olena/oln/core/internal/iterator_on_points_base.hh: Now derive from itertor_on_points_impl git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@924 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 26 Mar, 2007 1 commit
-
-
Ugo Jardonnet authored
* olena/tests/algorithms/basic_morpho.cc: . * olena/oln/morpho/dilation.hh: . * olena/oln/morpho/cc_tarjan.cc: New. * olena/oln/morpho/erosion.hh: . * olena/oln/level/apply.hh: . * olena/oln/core/2d/image2d.hh: . * olena/oln/core/internal/image_base.hh: . git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@911 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 22 Mar, 2007 1 commit
-
-
Ugo Jardonnet authored
* olena/tests/algorithms/Makefile.am: . * olena/tests/algorithms/basic_morpho.cc: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@898 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 13 Mar, 2007 1 commit
-
-
Nicolas Ballas authored
* static/doc/tiny/more_scoop_2/main.cc: . * olena/ChangeLog: . * olena/oln/core/rle/rle_image.hh: . * olena/oln/core/rle/rle_psite.hh: . * olena/oln/core/rle/rle_pset.hh: . * metalic/mlc/bool.hh: . git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@871 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 07 Mar, 2007 1 commit
-
-
Ugo Jardonnet authored
* olena/oln/core/concept/image.hh, * olena/oln/core/gen/dpoints_piter.hh, * olena/oln/core/internal/point_base.hh, * olena/oln/core/internal/dpoint_base.hh: Fix name lookup for attribute of super classes. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@857 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 02 Feb, 2007 1 commit
-
-
Roland Levillain authored
* configure.ac: Declare CONCEPTCXX as a previous variable. Look for a Concept C++ compiler, and store it in CONCEPTCXX. Configure static/samples/Makefile, static/samples/mini-oln/Makefile and static/samples/mini-oln/concept-c. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@734 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 13 Nov, 2006 2 commits
-
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@703 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* oln/core/typedefs.hh (is_value_wise_mutable): Remove virtual type declaration. * oln/core/abstract/image/value_wise_accessibility/hierarchy.hh: (case_<image_hierarchy_wrt_value_wise_accessibility, E, 1>): No longer use the virtual type `is_value_wise_mutable' in the static switch condition; query `mutable_value_proxy' instead. * olena/oln/morpher/with_lut.hh (vtypes< morpher::with_lut<Image, Lut> >::is_value_wise_mutable_type): Remove typedef. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@702 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 31 Oct, 2006 1 commit
-
-
Roland Levillain authored
* configure.ac: Erase CXXFLAGS if the user doesn't set it. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@690 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 27 Oct, 2006 1 commit
-
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@689 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 17 Oct, 2006 1 commit
-
-
Roland Levillain authored
* configure.ac (olena/tests/algorithms/Makefile) (olena/tests/core/Makefile, olena/tests/io/Makefile) (olena/tests/morphers/Makefile, olena/tests/value/Makefile): Configure them. * bootstrap: New. Stolen from the LRDE Tiger Compiler. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@655 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 13 Oct, 2006 1 commit
-
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@636 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 09 Oct, 2006 1 commit
-
-
Roland Levillain authored
* configure.ac: Configure olena/tests/check/Makefile, olena/tests/check/defs, olena/tests/sanity/Makefile and olena/tests/sanity/check. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@613 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 29 Sep, 2006 1 commit
-
-
Roland Levillain authored
tests. * configure.ac (TESTS_CXXFLAGS): New variable. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@592 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 25 Sep, 2006 1 commit
-
-
Roland Levillain authored
* olena/oln/Makefile.am (nobase_oln_HEADERS): Add automatic/image.hh, automatic/topology_being_random_accessible.hh, automatic/topology_having_bbox.hh, automatic/topology_having_neighborhood.hh, core/abstract/topology_having_neighborhood.hh, core/gen/topo_add_nbh.hh and core/internal/topology_morpher.hh. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@567 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 14 Sep, 2006 1 commit
-
-
Roland Levillain authored
* configure.ac: Configure dynamic/Makefile. * Makefile.am (SUBDIRS): Add dynamic. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@539 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 26 Jun, 2006 2 commits
-
-
Quentin Hocquet authored
Scool compiler has been moved into its own repository. * tools: Remove. * tools/test.yml: Remove. * tools/tests: Remove. * tools/tests/syntax error: Remove. * tools/tests/syntax error/wrong.scl: Remove. * tools/tests/parse-ref: Remove. * tools/tests/parse-ref/vardec.ref: Remove. * tools/tests/parse-ref/fundec.ref: Remove. * tools/tests/parse-ref/funcall_no-args.ref: Remove. * tools/tests/parse-ref/empty-class_dec.ref: Remove. * tools/tests/parse-ref/varinit.ref: Remove. * tools/tests/parse-ref/emtpy-class_dec.ref: Remove. * tools/tests/parse-ref/no-args_funtype.ref: Remove. * tools/tests/parse-ref/class_dec.ref: Remove. * tools/tests/parse-ref/manydec.ref: Remove. * tools/tests/parse-ref/wiki1.ref: Remove. * tools/tests/parse-ref/bi-exp.ref: Remove. * tools/tests/parse-ref/funcall.ref: Remove. * tools/tests/parse-ref/wiki2.ref: Remove. * tools/tests/parse-ref/function.ref: Remove. * tools/tests/parse-ref/consinit.ref: Remove. * tools/tests/parse-ref/wiki3.ref: Remove. * tools/tests/parse-ref/funtype.ref: Remove. * tools/tests/parse-ref/empty.ref: Remove. * tools/tests/parse-ref/type_static-call.ref: Remove. * tools/tests/parse-ref/guard.ref: Remove. * tools/tests/good: Remove. * tools/tests/good/type_static-call.scl: Remove. * tools/tests/good/guard.scl: Remove. * tools/tests/good/vardec.scl: Remove. * tools/tests/good/fundec.scl: Remove. * tools/tests/good/funcall_no-args.scl: Remove. * tools/tests/good/varinit.scl: Remove. * tools/tests/good/empty-class_dec.scl: Remove. * tools/tests/good/manydec.scl: Remove. * tools/tests/good/no-args_funtype.scl: Remove. * tools/tests/good/class_dec.scl: Remove. * tools/tests/good/wiki1.scl: Remove. * tools/tests/good/funcall.scl: Remove. * tools/tests/good/bi-exp.scl: Remove. * tools/tests/good/function.scl: Remove. * tools/tests/good/wiki2.scl: Remove. * tools/tests/good/consinit.scl: Remove. * tools/tests/good/wiki3.scl: Remove. * tools/tests/good/funtype.scl: Remove. * tools/tests/good/empty.scl: Remove. * tools/transformer: Remove. * tools/transformer/scoolc.str: Remove. * tools/transformer/Makefile: Remove. * tools/scoolc: Remove. * tools/gen.yml: Remove. * tools/parser: Remove. * tools/parser/grammar: Remove. * tools/parser/grammar/Class.sdf: Remove. * tools/parser/grammar/Decl.sdf: Remove. * tools/parser/grammar/Exp.sdf: Remove. * tools/parser/grammar/Scool.sdf: Remove. * tools/parser/grammar/ExpOrType.sdf: Remove. * tools/parser/grammar/Type.sdf: Remove. * tools/parser/grammar/Lexical.sdf: Remove. * tools/parser/grammar/Guard.sdf: Remove. * tools/parser/grammar/Stm.sdf: Remove. * tools/parser/parse-scool: Remove. * tools/parser/Makefile: Remove. * tools/Makefile: Remove. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@506 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Quentin Hocquet authored
* tools: Remove svn:external property. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@505 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 01 Jun, 2006 1 commit
-
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@489 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 18 May, 2006 1 commit
-
-
Thomas Moulard authored
* static/tests/exact.cc: test suite of stc::exact (new file). * static/stc/exact.hh: implementation of stc::exact (new file). * static/stc/any.hh: adding a typedef exact_t in stc::any. * metalic/mlc/case.hh: fixing a bug in the protected defaults cases. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@486 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 06 May, 2006 1 commit
-
-
Quentin Hocquet authored
* Fix error in svn external link to transformers - tools: . - tools/tests/good/funcall_no-args.scl, tools/tests/good/funcall.scl: fix typo git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@483 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 05 May, 2006 1 commit
-
-
Quentin Hocquet authored
- tools: New. - tools/test.yml: New. - tools/transformer: New. - tools/transformer/scoolc.str: New. - tools/transformer/Makefile: New. - tools/tests: New. - tools/tests/syntax error: New. - tools/tests/syntax error/wrong.scl: New. - tools/tests/parse-ref: New. - tools/tests/parse-ref/vardec.ref: New. - tools/tests/parse-ref/fundec.ref: New. - tools/tests/parse-ref/funcall_no-args.ref: New. - tools/tests/parse-ref/emtpy-class_dec.ref: New. - tools/tests/parse-ref/empty-class_dec.ref: New. - tools/tests/parse-ref/varinit.ref: New. - tools/tests/parse-ref/no-args_funtype.ref: New. - tools/tests/parse-ref/manydec.ref: New. - tools/tests/parse-ref/class_dec.ref: New. - tools/tests/parse-ref/wiki1.ref: New. - tools/tests/parse-ref/funcall.ref: New. - tools/tests/parse-ref/bi-exp.ref: New. - tools/tests/parse-ref/function.ref: New. - tools/tests/parse-ref/wiki2.ref: New. - tools/tests/parse-ref/consinit.ref: New. - tools/tests/parse-ref/wiki3.ref: New. - tools/tests/parse-ref/funtype.ref: New. - tools/tests/parse-ref/empty.ref: New. - tools/tests/parse-ref/type_static-call.ref: New. - tools/tests/parse-ref/guard.ref: New. - tools/tests/good: New. - tools/tests/good/type_static-call.scl: New. - tools/tests/good/guard.scl: New. - tools/tests/good/fundec.scl: New. - tools/tests/good/vardec.scl: New. - tools/tests/good/funcall_no-args.scl: New. - tools/tests/good/varinit.scl: New. - tools/tests/good/empty-class_dec.scl: New. - tools/tests/good/manydec.scl: New. - tools/tests/good/class_dec.scl: New. - tools/tests/good/no-args_funtype.scl: New. - tools/tests/good/bi-exp.scl: New. - tools/tests/good/wiki1.scl: New. - tools/tests/good/funcall.scl: New. - tools/tests/good/wiki2.scl: New. - tools/tests/good/function.scl: New. - tools/tests/good/consinit.scl: New. - tools/tests/good/wiki3.scl: New. - tools/tests/good/funtype.scl: New. - tools/tests/good/empty.scl: New. - tools/scoolc: New. - tools/gen.yml: New. - tools/parser: New. - tools/parser/grammar: New. - tools/parser/grammar/Class.sdf: New. - tools/parser/grammar/Decl.sdf: New. - tools/parser/grammar/Exp.sdf: New. - tools/parser/grammar/ExpOrType.sdf: New. - tools/parser/grammar/Scool.sdf: New. - tools/parser/grammar/Lexical.sdf: New. - tools/parser/grammar/Type.sdf: New. - tools/parser/grammar/Guard.sdf: New. - tools/parser/grammar/Stm.sdf: New. - tools/parser/parse-scool: New. - tools/parser/Makefile: New. - tools/Makefile: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@482 4aad255d-cdde-0310-9447-f3009e2ae8c0
-