Parse C# script namespace and class
- Added a very simple parser that can extract the namespace and class name of a C# script.
This commit is contained in:
parent
c6e2873605
commit
1aac95a737
14 changed files with 891 additions and 53 deletions
|
|
@ -42,4 +42,6 @@ bool is_csharp_keyword(const String &p_name);
|
|||
String escape_csharp_keyword(const String &p_name);
|
||||
#endif
|
||||
|
||||
Error read_all_file_utf8(const String &p_path, String &r_content);
|
||||
|
||||
#endif // STRING_FORMAT_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue