Skip to content

Xideta/BPRD-Assignments-Clean

Repository files navigation

bprd

To compile using FsYacc and FsLex, edit the project file and include the following, but change names as needed:

	<ItemGroup>
        <FsYacc Include="ExprPar.fsy">
            <OtherFlags>--module ExprPar</OtherFlags>
        </FsYacc>
        <FsLex Include="ExprLex.fsl">
            <OtherFlags> --unicode</OtherFlags>
        </FsLex>
    </ItemGroup>

Full example in Assignment 2

About

Easy download for the course BPRD at IT-Universitetet i København. It just works™.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors