Changeset b2ea0cd for src/AST


Ignore:
Timestamp:
May 7, 2024, 3:37:39 PM (2 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
083e637
Parents:
69dd8e6
Message:

First wave of file renaming. Rename files in src/ and update all references to them.

Location:
src/AST
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • src/AST/BasicKind.hpp

    r69dd8e6 rb2ea0cd  
    1919
    2020// GENERATED START, DO NOT EDIT
    21 // GENERATED BY BasicTypes-gen.cc
     21// GENERATED BY BasicTypes-gen.cpp
    2222enum BasicKind {
    2323        Bool,
  • src/AST/Print.cpp

    r69dd8e6 rb2ea0cd  
    2323#include "Type.hpp"
    2424#include "TypeSubstitution.hpp"
    25 #include "CompilationState.h"
     25#include "CompilationState.hpp"
    2626#include "Common/Iterate.hpp"
    2727
  • src/AST/Type.cpp

    r69dd8e6 rb2ea0cd  
    5050
    5151// GENERATED START, DO NOT EDIT
    52 // GENERATED BY BasicTypes-gen.cc
     52// GENERATED BY BasicTypes-gen.cpp
    5353const char * BasicType::typeNames[] = {
    5454        "_Bool",
  • src/AST/TypeEnvironment.cpp

    r69dd8e6 rb2ea0cd  
    3434#include "ResolvExpr/Unify.h"      // for unifyInexact
    3535#include "Tuples/Tuples.h"         // for isTtype
    36 #include "CompilationState.h"
     36#include "CompilationState.hpp"
    3737
    3838using ResolvExpr::WidenMode;
Note: See TracChangeset for help on using the changeset viewer.