Skip to content

Commit

Permalink
demove antlr4 infos
Browse files Browse the repository at this point in the history
  • Loading branch information
Meerownymous authored Mar 29, 2019
1 parent ede7b8d commit 442f45c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ Port of [Xembly Library](https://github.com/yegor256/Xembly) from Yegor Bugayenk

The following usage guide is taken from the original repository.

### Prepare ANTLR4 on your machine (optional)
If you want to participate in the development of Xambly, you have to setup ANTLR4 parser on your development machine.
ANTLR is a parser generating library. You write in a language defined by ANTLR4, compile that with the ANTLR4 compiler and get classes for C#, javascript etc. These classes then can parse your text so that you receive objects to work with.

ANTLR.g file -> compile manually by calling antlr compiler in cmd or pre-build -> use classes in code

[See these instructions to setup your machine for using ANTLR4](https://github.com/antlr/antlr4/tree/master/runtime/CSharp)

# Usage

**Xambly** is an [Assembly](http://en.wikipedia.org/wiki/Assembly_language)-like
Expand Down

0 comments on commit 442f45c

Please sign in to comment.