]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/LPushLexer.hh
Added the special deletion. Pressing backspace, the user has a normal deletion
[helm.git] / helm / DEVEL / mathml_editor / src / LPushLexer.hh
index 03ba29c0284b475353853a4494d97ee3b4f816e2..db6dfb1bc69528d995075395c052c29fa1c99d41 100644 (file)
@@ -13,7 +13,7 @@ public:
   virtual ~LPushLexer() { };
 
   virtual void push(char);
-  virtual void drop(bool = false);
+  virtual void drop(bool);
   virtual void reset(void);
   virtual void flush(void);
   virtual bool error(void) const;
@@ -24,9 +24,9 @@ private:
       ACCEPT,
       ESCAPE,
       MACRO,
-      IGNORE_SPACE,
       PARAMETER,
-      LONG_IDENTIFIER
+      IDENTIFIER,
+      NUMBER
     };
 
   void transaction(char, State);