Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Document Partioning
Document Partioning [message #772593] Fri, 30 December 2011 06:15 Go to next message
Jeeeyul Lee is currently offline Jeeeyul LeeFriend
Messages: 117
Registered: July 2009
Location: Seoul
Senior Member

at first, I really thank to all of contributors for this great tools!!

Using xtext and related technologies, I could create strict language, it's editor and some generators in super ease which I never expect before.

Now I'm trying to make very loose language likes WIKI which will be rendered as HTML5 Application and ebook.

There are ambiguous problems which can not be eliminate in loose language,
to reduce ambiguous language definition provlem, I want to use document partioning.

Xtend editor seems to use document partioning so it can treat xtend and xpand syntax in sametime.

where I can start this approach?

[Updated on: Fri, 30 December 2011 06:17]

Report message to a moderator

Re: Document Partioning [message #772661 is a reply to message #772593] Fri, 30 December 2011 10:09 Go to previous message
Meinte Boersma is currently offline Meinte BoersmaFriend
Messages: 434
Registered: July 2009
Location: Leiden, Netherlands
Senior Member
Only way to implement loose parsing without having an extremely brittle grammar (and implementation, for that matter), is to use an external parser. Search for posts by Henrik Lindberg and/or me on this forum about this topic.

Previous Topic:xText and mixing HTML/Javascript and new Langage
Next Topic:Constructor Inference (JvmConstructor)
Goto Forum:
  


Current Time: Wed Apr 24 23:12:30 GMT 2024

Powered by FUDForum. Page generated in 0.03391 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top