laurent-daniel-utt / MeshIneBits

Disintegrate a 3D model into standard bits for fast 3D printing
GNU General Public License v3.0
6 stars 2 forks source link

create a parser allowing to combine pattern between layers #19

Open laurent-daniel-utt opened 6 years ago

laurent-daniel-utt commented 6 years ago

One possible first usage of this parser would be to change from a pattern to another when the first one is not working.

perfectstrong commented 5 years ago

Perhaps this can help us https://github.com/antlr/antlr4

laurent-daniel-utt commented 5 years ago

I can't really tell. At least ist seem written in java

Le 05/12/2018 à 08:53, TRAN Quoc Nhat Han a écrit :

Perhaps this can help us https://github.com/antlr/antlr4

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/perfectstrong/MeshIneBits/issues/19#issuecomment-444391821, or mute the thread https://github.com/notifications/unsubscribe-auth/AhDbkwBPikXabJX_OHp22UxRl1MVJ6DFks5u13uCgaJpZM4STZ5n.

--

Laurent DANIEL, Université de Technologie de Troyes CNRS Institut Charles Delaunay Equipe Systèmes Mécaniques et Ingénierie Simultanée. Pôle Physique, Mécanique, Matériaux et Nanotechnologie 12 rue Marie CURIE - CS 42060 F-10004 Troyes Cedex, FRANCE Tel. (33) 03 25 71 58 66 Fax.

ou : L.Daniel UTT 10000 TROYES FRANCE http://lasmis.utt.fr/fr/_plugins/mypage/mypage/content/daniel.html Could we find comments into genetic code ? Probably things like "this part to review later on".

perfectstrong commented 5 years ago

It helps us defining our own grammar, and creating parser's classes in the language we like (of course Java).