2 Revize

Autor SHA1 Zpráva Datum
  Malte Schmitz e414612546 Select Java 8 for Travis CI před 5 roky
  Malte Schmitz be0b5d73f1
Migrate to travis-ci.com před 5 roky
2 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. +2
    -0
      .travis.yml
  2. +1
    -1
      README.md

+ 2
- 0
.travis.yml Zobrazit soubor

@@ -1 +1,3 @@
language: java
jdk:
- openjdk8

+ 1
- 1
README.md Zobrazit soubor

@@ -1,4 +1,4 @@
# Parser and Interpreter for While Programs [![Build Status](https://travis-ci.org/malteschmitz/WhileInterpreter.svg?branch=master)](https://travis-ci.org/malteschmitz/WhileInterpreter)
# Parser and Interpreter for While Programs [![Build Status](https://travis-ci.com/malteschmitz/WhileInterpreter.svg?branch=master)](https://travis-ci.com/malteschmitz/WhileInterpreter)

Exemplary Java implementation of a _recursive decent parser_, an _abstract syntax tree (AST) data structure_ and a _structural recursive interpreter_ over this data structure.



Načítá se…
Zrušit
Uložit