Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

481 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

  1. Clone the project
  2. Open the task in task.pdf
  3. Start working with *.c files according to the task

Testing

For unit testing is used googletest

  1. Install GoogleTest for your OS
    • brew install googletest for macOS
    • sudo apt-get install libgtest-dev for Ubuntu
    • choco install googletest for Windows
  2. Run make test to run all tests
  3. While developing use CMake to build and run tests

Building

  1. Run make
  2. Use generated comp file to compile PHP8 code

About

Minimal type-safe PHP compiler

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Contributors

Languages