Multiple changes:

- Recategorize package
- Add application skeleton
This commit is contained in:
2022-04-05 19:18:05 +02:00
parent 988c1a8383
commit 60321973fb
24 changed files with 69 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
Class {
#name : #CarpScanner,
#superclass : #SmaCCScanner,
#category : #Carp
#category : #'Carp-Parser'
}
{ #category : #generated }