Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 445 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 445 Bytes

magiccardsinfo

A DSL for searching and parser of magiccards.info

The goal is to be able to query with java code like this

		query(  type(CREATURE, LEGENDARY).and(
				color(GREEN, BLUE, BLACK, MULTICOLOR).exclusive()))
				.stream().map(SearchResult::getCardName)
				.forEach(System.out::println); 

currently results in the following list

Damia, Sage of Stone
The Mimeoplasm
Sidisi, Brood Tyrant
Vorosh, the Hunter