Please help me finish this interpreter. This language is an EsoLang, meaning Esoteric Language, and was designed to have the smallest compiler. It comes by many names, some using swear words. So be careful when doing research on it. If you want to help, just remix. Explanations of all the code are on the inside. can't say anymore because i have to watch the MST3k turkey day marathon. GoodLuck!
> Move the pointer to the right < Move the pointer to the left + Increment the memory cell under the pointer - Decrement the memory cell under the pointer . Output the character signified by the cell at the pointer , Input a character and store it in the cell at the pointer [ Jump past the matching ] if the cell under the pointer is 0 ] Jump back to the matching [ if the cell under the pointer is nonzero