# p-lucid **Repository Path**: lhy_giytee/p-lucid ## Basic Information - **Project Name**: p-lucid - **Description**: Rebuild Project of pLucid under gcc 10.2. Original code link: code.google.com/p/plucid - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-02 - **Last Updated**: 2024-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pLucid in 2024 Rebuild project of pLucid for gcc 10.0+. ### Just Run It! ```bash cd src # Compile p1/p2/p3/p4/p5/luval cd p1 make all cd p2 make all #... cd evaluator make all # Eval # bash lucid [casefile] bash lucid case.prog ```