GitXplorerGitXplorer
n

z-lexer-parser

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0458d5851141b491c1f497e20ff5263cbd2a3ed9

Minor formatting changes

nnow-raymond committed 8 years ago
Unverified
14ad9e9c3db4112be549c35c68905b9b75268014

Merge pull request #1 from now-raymond/raymond-2

nnow-raymond committed 8 years ago
Unverified
0302813152130b6a30eee25334269928e3b2a091

Update group.txt to again have everybody

nnow-raymond committed 8 years ago
Unverified
6d524f5f205d9a1f182b2a106ce5a881c97d457d

Remove unused NT. There are now no warnings.

nnow-raymond committed 8 years ago
Unverified
8b0ec4da69d57310112d5ec3adf6e14ad636e57c

Add nested functions custom testcase

nnow-raymond committed 8 years ago
Unverified
c4b07d7bc7d7b123c995af28ba6f05d5edbe1fd7

Allow function definitions in method bodies

nnow-raymond committed 8 years ago

README

The README file for this repository.

z-lexer-parser

A lexer and parser for the fictional Z language.

Building

To build, issue make.

To test, issue make test.

To build lexer only, issue `make lexer'.

To build parser only, issue `make parser'.

To run on a single test file, issue ./bin/sc tests/open/<some test>.s.