Mentions légales du service

Skip to content

Stress test the compiler

SHERMAN David requested to merge github/fork/vaussard/dev_unit_test into master

Created by: vaussard

This set of patch implements the propositions of issue #42 (closed):

  • Simulate a user typing a program, and compile the resulting script at each step
  • Randomly (but deterministically) fuzzy some characters of the input script, using zzuf

The compiler should not segfault.

Merge request reports