Skip to content

miho/VMF-Text-Tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

VMF-Text-Tutorials Tweet

Join the chat at https://gitter.im/VMF_/Lobby

This collection of tutorials gives an introduction to VMF and its use in regular Java projects.

Contents

Introduction

VMF-Text is a powerful framework for grammar-based language modeling: give it a labeled ANTLR4 grammar and it will generate a rich and clean API (based on VMF) for (un)parsing and transforming custom textual languages. The complete API is derived from just a single ANTLR4 grammar file!

VMF-Text analyzes an ANTLR4 grammar file and derives a VMF model from that. With that it generates the model code, just like any regular VMF based application. Additionally, it creates a very powerful API for parsing and (un)parsing instances of the VMF model. This allows for writing tools for analyzing and transforming textual data, such as code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published