Builtin.h 267 B

1234567891011121314151617181920212223242526272829303132
  1. #ifndef QLOW_SEM_BUILTIN_H
  2. #define QLOW_SEM_BUILTIN_H
  3. #include "Semantic.h"
  4. #include "Scope.h"
  5. namespace qlow
  6. {
  7. namespace sem
  8. {
  9. extern Class int32;
  10. NativeScope generateNativeScope(void);
  11. }
  12. }
  13. #endif // QLOW_SEM_BUILTIN_H