AtlasHale / capstone_parsing

1 stars 0 forks source link

Tokenizing #1

Open AtlasHale opened 4 years ago

AtlasHale commented 4 years ago

Write a Julia function which takes in an array of arrays of strings, and tokenizes the output. Find a library to do this besides Taro, if needed.

AtlasHale commented 4 years ago

Tokenizing added, implementation has a lot of nesting, look to clean up