don't split on space, just on tabs.
This commit is contained in:
parent
73373e1ca5
commit
065882ffb8
12
misc/ATOMS
12
misc/ATOMS
@ -1,6 +1,8 @@
|
||||
//
|
||||
// Atoms are of the form A Name Normal,FullLookup,String
|
||||
// Notice that no spaces are allowed
|
||||
// Fields are TAB spaced
|
||||
// Atoms are of the form A Name Normal,FullLookup String
|
||||
// Functors are of the form F Name Atom Arity
|
||||
// Terms are of the form T FullName Atom
|
||||
//
|
||||
// This is supported by YAP directly
|
||||
// A Dot N "."
|
||||
@ -119,7 +121,7 @@ A Getwork F "$getwork"
|
||||
A GetworkSeq F "$getwork_seq"
|
||||
A Global N "global_sp"
|
||||
A GoalExpansion N "goal_expansion"
|
||||
A HERE N "\n<====HERE====>\n"
|
||||
A HERE N "\n <====HERE====> \n"
|
||||
A HandleThrow F "$handle_throw"
|
||||
A Heap N "heap"
|
||||
A HeapUsed N "heapused"
|
||||
@ -136,7 +138,7 @@ A Integer N "integer"
|
||||
A InternalCompilerError N "internal_compiler_error"
|
||||
A Key N "key"
|
||||
A LDLibraryPath N "LD_LIBRARY_PATH"
|
||||
A LONGINT A "LongInt"
|
||||
A LONGINT N "LongInt"
|
||||
A LT N "<"
|
||||
A LastExecuteWithin F "$last_execute_within"
|
||||
A Leash F "$leash"
|
||||
@ -211,7 +213,7 @@ A RecordedP F "$recordep"
|
||||
A RecordedWithKey F "$recorded_with_key"
|
||||
A RefoundVar F "$I_FOUND_THE_VARIABLE_AGAIN"
|
||||
A Repeat N "repeat"
|
||||
A RepeatSpace N "repeat"
|
||||
A RepeatSpace N "repeat "
|
||||
A Reposition N "reposition"
|
||||
A RepresentationError N "representation_error"
|
||||
A Resize N "resize"
|
||||
|
Reference in New Issue
Block a user