Skip to content

davidmotson/magiccardsinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A DSL for searching and parser of magiccards.info

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages