Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Latest commit

 

History

History

listprocessor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Emoji-D - List Processor

Utility for translating Unicode Emoji HTML lists to D enums.

Usage

  1. Download the emoji list
  2. dub -- full-emoji-list.html emoji.d
  3. Verify the result: rdmd --main emoji.d

FAQ

Why translate HTML instead of the definition files?

It turned out to be easier.