-
Notifications
You must be signed in to change notification settings - Fork 2
Intepret pre podjazyk jazyka PHP do predmetu IFJ (2013/2014)
metthal/IFJ-Projekt
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
___ ___ ___
/\ \ /\__\ /\ \
_\:\ \ /:| _|_ _\:\ \
/\/::\__\ /::|/\__\ /\/::\__\
\::/\/__/ \/|::/ / \::/\/__/
\:\__\ |:/ / \:\__\
\/__/ \/__/ \/__/
INI: Ni Interpreter
*********************************
* About *
*********************************
This project was created as:
- a way to learn more about Programming languages, Interpreter implementations
and generally underlying techniques used in programming, and methods used
in team development and management
- a part of project "Implementing imperative language interpreter IFJ13"
*********************************
* Setup *
*********************************
If you want to use every feature we provide, these are required:
General:
git
Compilation:
GNU make
gcc
Profiling:
gprof
Static analysis:
cppcheck
Our Makefile have more targets:
(nothing) - builds release configuration
debug - builds debug configuration
profile - builds profiling configuration
clean - removes all intermediate build files
analyze - runs static analysis
analyzeAll - runs static analysis also on test files
test - runs static analysis and preforms automatic tests
pack - packs necessary project files into archive
callgraph - after profiling this can be used to generate callgraph
ctags - generates ctags
doc - generates documentation
statistics - prints LOC, size etc.
*********************************
* Credits *
*********************************
Thanks to all who contributed into this project, actually with code or with thoughts. It was amazing experience.
Thanks goes to:
Ivan Ševčík
Ján Spišiak
Lukáš Vrabec
Marek Bertovič
Marek Milkovič
Special thanks goes to:
Oliver Nemček, Štefan Martiček and their team for time competition
Everyone who believed that we can always get better and supported us ;)
*********************************
* Links *
*********************************
Project repository: https://github.com/metthal/IFJ-Projekt
Project wiki page: https://github.com/metthal/IFJ-Projekt/wiki
Assignment webpage: http://www.fit.vutbr.cz/study/courses/IFJ/public/project/
About
Intepret pre podjazyk jazyka PHP do predmetu IFJ (2013/2014)
Resources
Stars
Watchers
Forks
Packages 0
No packages published