__virtualmath.h 406 B

1234567891011121314151617181920
  1. #ifndef VIRTUALMATH___VIRTUALMATH_H
  2. #define VIRTUALMATH___VIRTUALMATH_H
  3. #include "__macro.h"
  4. #include "mem.h"
  5. #include "inter.h"
  6. #include "value.h"
  7. #include "var.h"
  8. #include "parameter.h"
  9. #include "statement.h"
  10. #include "run.h"
  11. #include "lexical.h"
  12. #include "token.h"
  13. #include "syntax.h"
  14. #include "grammar.h"
  15. #include "log.h"
  16. #include "arguement.h"
  17. #include "file.h"
  18. #endif //VIRTUALMATH___VIRTUALMATH_H