{"library":"milkdrop-eel-parser","type":"library","category":null,"description":"The `milkdrop-eel-parser` library provides a parser for the Nullsoft/Cockos EEL2 (Expression Evaluation Library 2) scripting language, primarily used in the Milkdrop music visualizer. It is designed to convert EEL2 equations into JavaScript, enabling their use in modern web-based visualizers like Butterchurn. Currently at version `0.0.4`, this project is predominantly written in ClojureScript and compiles to a JavaScript bundle. Its development appears to be in maintenance mode, with no significant updates in the last 7-8 years. Key differentiators include its niche focus on EEL2 parsing and its integration into the broader Butterchurn ecosystem, allowing developers to bring legacy Milkdrop preset logic to the browser environment.","language":"javascript","status":"maintenance","version":"0.0.4","tags":["javascript"],"install":[{"cmd":"npm install milkdrop-eel-parser","imports":["<!-- In HTML -->\n<script src=\"https://unpkg.com/milkdrop-eel-parser/release/md-parser.min.js\"></script>\n<script>\n  const parser = window.MilkdropEELParser;\n  // ... use parser.parseExpression or parser.convertExpression\n</script>","const parsed = window.MilkdropEELParser.parseExpression('x + y');","const converted = window.MilkdropEELParser.convertExpression('x + y');"]},{"cmd":"yarn add milkdrop-eel-parser","imports":[]},{"cmd":"pnpm add milkdrop-eel-parser","imports":[]}],"homepage":null,"github":"https://github.com/jberg/milkdrop-eel-parser","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/milkdrop-eel-parser","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/milkdrop-eel-parser/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}