# haskell-bc **Repository Path**: mirrors_xtuc/haskell-bc ## Basic Information - **Project Name**: haskell-bc - **Description**: [WIP] Haskell implementation of Unix bc - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Work in progress ! AST fully parsed (+, -, /, *) Evaluation doesn't support DIVIDE operation yet and order of operations is incorrect.