added java compiler

This commit is contained in:
Arwed Mett 2018-02-09 11:38:21 +01:00
parent 52286f5fb0
commit e5d12dc927
2 changed files with 7 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"clean": "rm -rf build",
"flow": "flow",
"lint": "eslint src",
"postinstall": "npm run clean && npm test && npm run build"
"postinstall": "npm run clean && npm run build"
},
"author": "Arwed Mett",
"license": "MIT",

View File

@ -26,4 +26,10 @@ export default () => <ProjectContainer>
description="Chrome extension to display full-name(s) instead of SAP D- / I-User in GitHub Enterprise."
img="https://github.com/cgrail/github-chrome-fullname/raw/master/chrome-store-screenshot.png"
/>
<Project
title="Small Java Compiler"
href="https://github.com/Pfeifenjoy/compilerbau-WS17-18"
description="A small Java compiler developed during my compiler construction lecture."
img="https://github.com/Pfeifenjoy/compilerbau-WS17-18/blob/master/figs/usage.gif?raw=true"
/>
</ProjectContainer>