Holger Schill Head of Competence Center Cloud & Enterprise Systems Competence Center and is always looking for intelligent and talented people to work with. He is a regular speaker at international conferences and serves clients around the world.
Germany is a pioneer when it comes to logistics. In order for this to remain like that in the future, logistics must keep pace with digitization.
Hi folks! Some of you might have seen my earlier blogpost on Machine Learning Formatting. It was more or less meant as an advertiser for the Eclipse Democamp Munich. As promised, here comes the follow up blogpost with more details.
Writing a codeformatter is boring and errorprone. I hate it because I'm lazy, but is there an alternative? Yes, of course! We're in 2017, folks!
Reading source code happens way more often than writing it. And reading code is a lot easier when it is well formatted. Linebreaks and indentations are guiding the reader and it is more obvious in which context things are happening. Doing formatting completely ...
Xtext uses ANTLR to generate a lexer and parser out of your grammar. Technically an LL(*) parser gets generated. This means it cannot deal with left recursion and has an infinite lookahead.
Xtext is a well known framework and highly represented at conferences like EclipseCon around the world. It is always fun getting together with people who build great software and talk about their experiences with the framework. In 2014 itemis decided to host a ...
For nearly 8 years Xtext and itemis have been inextricably linked and regularly named in one sentence. We invested a lot to make Xtext what it is today -- a powerful and beloved framework, that helps to solve real-world problems.
Xtext is a new kind of language engineering toolkit, that has been around in Eclipse-land for six years already and has there helped many projects to implement domain-specific languages and general programming languages plus professional Eclipse plug-ins for them. ...